aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--e2e/command_open.test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/e2e/command_open.test.ts b/e2e/command_open.test.ts
index bc4cf96..0a713af 100644
--- a/e2e/command_open.test.ts
+++ b/e2e/command_open.test.ts
@@ -59,6 +59,7 @@ describe("open command test", () => {
});
beforeEach(async() => {
+ await webdriver.switchTo().defaultContent();
page = await Page.navigateTo(webdriver, `http://127.0.0.1:${port}`);
})