Skip to content

Commit eee2c10

Browse files
get rid of testing for the mome
nt
1 parent 118f587 commit eee2c10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/login.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { describe, test, expect } from "./baseFixture"
44
describe("login", ["--disable-workspace-trust", "--auth", "password"], {}, () => {
55
test("should see the login page", async ({ codeServerPage }) => {
66
// It should send us to the login page
7-
expect(await codeServerPage.page.title()).toBe("code-server login")
7+
expect(await codeServerPage.page.title()).toBe("qBraid-Code login")
88
})
99

1010
test("should be able to login", async ({ codeServerPage }) => {

0 commit comments

Comments
 (0)