mirror of
https://github.com/maputnik/editor.git
synced 2026-07-09 23:47:25 +00:00
Move playwrite stuff to utils folder
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user