aboutsummaryrefslogtreecommitdiff
path: root/e2e/completion_open.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'e2e/completion_open.test.ts')
-rw-r--r--e2e/completion_open.test.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/e2e/completion_open.test.ts b/e2e/completion_open.test.ts
index 7eef4c2..04cb08c 100644
--- a/e2e/completion_open.test.ts
+++ b/e2e/completion_open.test.ts
@@ -16,7 +16,7 @@ describe("completion on open/tabopen/winopen commands", () => {
let browser: any;
let page: Page;
- before(async () => {
+ beforeAll(async () => {
await server.start();
lanthan = await Builder.forBrowser("firefox")
@@ -29,7 +29,7 @@ describe("completion on open/tabopen/winopen commands", () => {
await webdriver.navigate().to("https://example.com/");
});
- after(async () => {
+ afterAll(async () => {
await server.stop();
if (lanthan) {
await lanthan.quit();