refactor: move headerTest to header folder

This commit is contained in:
ISA
2025-09-02 15:03:43 +02:00
parent f4e0620b49
commit 2d9cd74375
14 changed files with 18 additions and 13 deletions

View File

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