test: Tests erfolgreich mit base url von playwright.config.ts

This commit is contained in:
ISA
2025-09-11 10:11:11 +02:00
parent 74880d9ccc
commit 5ef7e648eb
17 changed files with 504 additions and 484 deletions

View File

@@ -11,7 +11,7 @@ test.use({
});
test("Dashboard", async ({ page }) => {
await page.goto("http://localhost:3000/dashboard");
await page.goto("/dashboard");
// Gemeinsame Layout-Checks
await headerTest(page);
await navTest(page);