chore: revert some inadvertent changes (#894)
This commit is contained in:
@@ -33,8 +33,9 @@ public class TestClick extends TestBase {
|
||||
|
||||
@Test
|
||||
void shouldClickTheButton() {
|
||||
page.onLoad(e -> System.out.println("LOADED"));
|
||||
System.out.println("DONE");
|
||||
page.navigate(server.PREFIX + "/input/button.html");
|
||||
page.click("button");
|
||||
assertEquals("Clicked", page.evaluate("result"));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
@@ -43,7 +43,6 @@ public class TestTracing extends TestBase {
|
||||
|
||||
@BeforeAll
|
||||
void launchBrowser(@TempDir Path tempDir) {
|
||||
System.out.println("new launchBrowser(");
|
||||
BrowserType.LaunchOptions options = createLaunchOptions();
|
||||
options.setTracesDir(tempDir.resolve("trace-dir"));
|
||||
launchBrowser(options);
|
||||
|
||||
Reference in New Issue
Block a user