From 6f0e8070ed9def616018b2fbf1aae2f6d8e41781 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Tue, 27 Jan 2026 12:52:20 -0800 Subject: [PATCH] Prefer relative paths --- .../auth/core/services/registration/registration.play.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" })