From 9a0c283ae2ebb7321b8f46a97178e5e284b02da4 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 26 Sep 2021 17:22:54 +0900 Subject: Move to jest on e2e test --- e2e/command_winopen.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'e2e/command_winopen.test.ts') diff --git a/e2e/command_winopen.test.ts b/e2e/command_winopen.test.ts index 1d13edd..829c05f 100644 --- a/e2e/command_winopen.test.ts +++ b/e2e/command_winopen.test.ts @@ -18,7 +18,7 @@ describe("winopen command test", () => { let browser: any; let page: Page; - before(async () => { + beforeAll(async () => { lanthan = await Builder.forBrowser("firefox") .spyAddon(path.join(__dirname, "..")) .build(); @@ -39,7 +39,7 @@ describe("winopen command test", () => { ); }); - after(async () => { + afterAll(async () => { await server.stop(); if (lanthan) { await lanthan.quit(); -- cgit v1.2.3