refactor: move headerTest to header folder
This commit is contained in:
@@ -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 runSystemTest(page: Page) {
|
||||
|
||||
Reference in New Issue
Block a user