mirror of
https://github.com/coder/code-server.git
synced 2026-05-10 22:37:26 +02:00
refactor: add constants.ts with PASSWORD, etc
This commit is contained in:
@@ -17,7 +17,7 @@ afterEach(async () => {
|
||||
})
|
||||
|
||||
it("should see the login page", async () => {
|
||||
await page.goto("http://localhost:8080")
|
||||
await page.goto(process.env)
|
||||
// It should send us to the login page
|
||||
expect(await page.title()).toBe("code-server login")
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user