Skip to content

Commit 2450330

Browse files
jsjoeiocode-asher
andauthored
Update test/login.test.ts
Co-authored-by: Asher <[email protected]>
1 parent 15053c8 commit 2450330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/login.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe("login", () => {
2929
})
3030

3131
it("should be able to login with the password from config.yml", async () => {
32-
await page.goto("http://localhost:8080")
32+
await page.goto(process.env.CODE_SERVER_ADDRESS)
3333
// Type in password
3434
await page.fill(".password", PASSWORD)
3535
// Click the submit button and login

0 commit comments

Comments
 (0)