1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 13:10:17 +00:00

Prefer relative paths

This commit is contained in:
Matt Gibson
2026-01-27 12:52:20 -08:00
parent 16baf86269
commit 6f0e8070ed

View File

@@ -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)" })