diff --git a/apps/web/src/app/auth/core/services/registration/registration.play.spec.ts b/apps/web/src/app/auth/core/services/registration/registration.play.spec.ts index c37a1883cbf..2f3190d574e 100644 --- a/apps/web/src/app/auth/core/services/registration/registration.play.spec.ts +++ b/apps/web/src/app/auth/core/services/registration/registration.play.spec.ts @@ -5,7 +5,7 @@ import { Play, test, expectUnlockedAs } from "@bitwarden/playwright-helpers"; test("registration", async ({ page }) => { const name = "John Doe"; - await page.goto("https://localhost:8080/#/signup"); + await page.goto("/#/signup"); await page .getByRole("textbox", { name: "Email address (required)" })