Fixed e2e login tests

This commit is contained in:
Sambo Chea 2021-07-15 17:38:55 +07:00
parent df4e75a737
commit fddfeb2f88

View File

@ -4,7 +4,7 @@ import { describe, test, expect } from "./baseFixture"
describe("login", false, () => {
test("should see the login page", async ({ codeServerPage }) => {
// It should send us to the login page
expect(await codeServerPage.page.title()).toBe("code-server login")
expect(await codeServerPage.page.title()).toBe("CUBETIQ Code Server Login")
})
test("should be able to login", async ({ codeServerPage }) => {