Skip to content

Commit c85e328

Browse files
committed
fix: remove redundant test
1 parent ce73ebd commit c85e328

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/login.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ describe("login", () => {
2828
await context.clearCookies()
2929
})
3030

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-
3731
it("should be able to login with the password from config.yml", async () => {
3832
await page.goto("http://localhost:8080")
3933
// Type in password

0 commit comments

Comments
 (0)