Move playwrite stuff to utils folder

This commit is contained in:
HarelM
2026-07-09 13:33:29 +03:00
parent c00395ee11
commit fb00dea285
14 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import path from "node:path";
import { fileURLToPath } from "node:url";
import { expect, type Locator, type Page, type Request } from "@playwright/test";
import { readCoverage } from "./coverage";
import { currentPage, recordCoverageChunk } from "./fixtures";
import { currentPage, recordCoverageChunk } from "./utils/fixtures";
import { ModalDriver } from "./modal-driver";
const baseUrl = "http://localhost:8888/";