Archived
1
0

refactor: logout test

This commit is contained in:
Joe Previte
2021-04-02 12:32:24 -07:00
parent c666b47668
commit fd69f2db88
4 changed files with 11 additions and 98 deletions

View File

@ -12,7 +12,7 @@ describe("globalSetup", () => {
await page.goto(CODE_SERVER_ADDRESS, { waitUntil: "networkidle" })
})
it("should keep us logged in if we don't reset the browser", async () => {
it("should keep us logged in using the storageState", async () => {
// See the editor
const codeServerEditor = await page.isVisible(".monaco-workbench")
expect(codeServerEditor).toBeTruthy()