Archived
1
0

Close context before browser

This seems to resolve a warning about a process being forcefully exited.
This commit is contained in:
Asher
2021-02-12 13:37:27 -06:00
committed by Joe Previte
parent d61bbc4c4f
commit 6d4f814f84

View File

@ -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 () => {