mirror of https://github.com/coder/code-server.git
Close context before browser
This seems to resolve a warning about a process being forcefully exited.
This commit is contained in:
parent
d61bbc4c4f
commit
6d4f814f84
|
@ -53,8 +53,8 @@ describe("go home", () => {
|
||||||
// Remove password from local storage
|
// Remove password from local storage
|
||||||
await context.clearCookies()
|
await context.clearCookies()
|
||||||
|
|
||||||
await browser.close()
|
|
||||||
await context.close()
|
await context.close()
|
||||||
|
await browser.close()
|
||||||
})
|
})
|
||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
|
|
Loading…
Reference in New Issue