chore: move playwright components folder to tests

This commit is contained in:
ISA
2025-09-05 10:25:31 +02:00
parent 8a9cd72718
commit 8c88aa843c
32 changed files with 39 additions and 87 deletions

View File

@@ -1,8 +1,8 @@
import type { Page } from "@playwright/test";
import { highlightAndExpectVisible } from "@playwright/utils/highlight";
import { navTest } from "@/playwright/components/navigation/navTest";
import { headerTest } from "@/playwright/components/header/headerTest";
import { footerTest } from "@/playwright/components/footer/footerTest";
import { navTest } from "@/playwright/tests/components/navigation/navTest";
import { headerTest } from "@/playwright/tests/components/header/headerTest";
import { footerTest } from "@/playwright/tests/components/footer/footerTest";
export async function runCableMonitoringTest(page: Page) {
await page.goto("/kabelueberwachung");