We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15053c8 commit 2450330Copy full SHA for 2450330
test/login.test.ts
@@ -29,7 +29,7 @@ describe("login", () => {
29
})
30
31
it("should be able to login with the password from config.yml", async () => {
32
- await page.goto("http://localhost:8080")
+ await page.goto(process.env.CODE_SERVER_ADDRESS)
33
// Type in password
34
await page.fill(".password", PASSWORD)
35
// Click the submit button and login
0 commit comments