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
No known key found for this signature in database
GPG Key ID: 2C91590C6B742C24
1 changed files with 1 additions and 1 deletions

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