test: Tests erfolgreich mit base url von playwright.config.ts
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user