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

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