Skip to content

Commit

Permalink
Update test/login.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Asher <[email protected]>
  • Loading branch information
jsjoeio and code-asher authored Jan 29, 2021
1 parent 15053c8 commit 2450330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/login.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe("login", () => {
})

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

0 comments on commit 2450330

Please sign in to comment.