Skip to content

Commit 6d4f814

Browse files
code-asherjsjoeio
authored andcommitted
Close context before browser
This seems to resolve a warning about a process being forcefully exited.
1 parent d61bbc4 commit 6d4f814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/goHome.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ describe("go home", () => {
5353
// Remove password from local storage
5454
await context.clearCookies()
5555

56-
await browser.close()
5756
await context.close()
57+
await browser.close()
5858
})
5959

6060
beforeEach(async () => {

0 commit comments

Comments
 (0)