diff --git a/test/e2e/login.test.ts b/test/e2e/login.test.ts index bc9d5e8e..b469985f 100644 --- a/test/e2e/login.test.ts +++ b/test/e2e/login.test.ts @@ -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 }) => {