We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62f591 commit bd5f4b5Copy full SHA for bd5f4b5
test/login.test.ts
@@ -28,12 +28,6 @@ describe("login", () => {
28
await context.clearCookies()
29
})
30
31
- it("should see the login page", async () => {
32
- await page.goto("http://localhost:8080")
33
- // It should send us to the login page
34
- expect(await page.title()).toBe("code-server login")
35
- })
36
-
37
it("should be able to login with the password from config.yml", async () => {
38
await page.goto("http://localhost:8080")
39
// Type in password
0 commit comments