feat: add test/videos & /screenshots to gitignore

This commit is contained in:
Joe Previte
2021-02-02 13:58:51 -07:00
parent 236717ee98
commit ffdbf3a730
4 changed files with 39 additions and 24 deletions

View File

@ -24,7 +24,7 @@ describe("login", () => {
await context.clearCookies()
})
it("should be able to login with the password from config.yml", async () => {
it("should be able to login", async () => {
await page.goto(process.env.CODE_SERVER_ADDRESS || "http://localhost:8080")
// Type in password
await page.fill(".password", process.env.PASSWORD || "password")