未验证 提交 6d4f814f 编写于 作者: A Asher 提交者: Joe Previte

Close context before browser

This seems to resolve a warning about a process being forcefully exited.
上级 d61bbc4c
......@@ -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 () => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册