refactoring: test files

This commit is contained in:
ISA
2025-09-03 15:07:57 +02:00
parent 2c92ca0866
commit 11bd68200b
16 changed files with 30 additions and 25 deletions

View File

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