Test: nav ausgelagert

This commit is contained in:
ISA
2025-09-02 11:25:25 +02:00
parent c8616f7bbe
commit 89dc26b0d2
7 changed files with 13 additions and 40 deletions

View File

@@ -2,7 +2,6 @@ import type { Page } from "@playwright/test";
import { highlightAndExpectVisible } from "@playwright/utils/highlight";
export async function navTest(page: Page) {
await page.goto("http://localhost:3000/dashboard");
await highlightAndExpectVisible(
page,
page.getByRole("link", { name: "Übersicht" })