diff --git a/test/goHome.test.ts b/test/goHome.test.ts index 9d5b8e5e..dde20475 100644 --- a/test/goHome.test.ts +++ b/test/goHome.test.ts @@ -53,8 +53,8 @@ describe("go home", () => { // Remove password from local storage await context.clearCookies() - await browser.close() await context.close() + await browser.close() }) beforeEach(async () => {