diff --git a/playwright.config.ts b/playwright.config.ts index 8d57ddb37b..a6e94e0cca 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -7,7 +7,7 @@ Please see LICENSE files in the repository root for full details. */ import { defineConfig, devices } from "@playwright/test"; -import { splitTests } from "@tenbin/playwright/dist/index"; +import { splitTests } from "@tenbin/playwright"; const baseURL = process.env["BASE_URL"] ?? "http://localhost:8080";