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