From 215e737e83586b015b07b0443b8bd377f3c757b8 Mon Sep 17 00:00:00 2001 From: sjaanus Date: Tue, 27 Sep 2022 16:50:44 +0300 Subject: [PATCH] Update package --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 001d380382..8b5ddfda02 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,7 @@ "test:watch": "vitest watch", "fmt": "prettier src --write --loglevel warn", "fmt:check": "prettier src --check", - "e2e": "yarn run cypress open --config baseUrl='http://localhost:3000/selfhosted' --env AUTH_USER=admin,AUTH_PASSWORD=mx1cvdwSTGz8IWcnpu61SM2Fjd8sqBaD", + "e2e": "yarn run cypress open --config baseUrl='http://localhost:3000/selfhosted' --env AUTH_USER=admin,AUTH_PASSWORD=unleash4all", "e2e:heroku": "yarn run cypress open --config baseUrl='http://localhost:3000' --env AUTH_USER=example@example.com", "prepare": "yarn run build" },