Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2450330

Browse files
jsjoeiocode-asher
andauthored
Update test/login.test.ts
Co-authored-by: Asher <ash@coder.com>
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /