diff --git a/integration/abort-signal-test.ts b/integration/abort-signal-test.ts index da0cb2b2bac..34d148e0ca9 100644 --- a/integration/abort-signal-test.ts +++ b/integration/abort-signal-test.ts @@ -2,7 +2,11 @@ import { test } from "@playwright/test"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; let fixture: Fixture; let appFixture: AppFixture; diff --git a/integration/action-test.ts b/integration/action-test.ts index 3171448fa25..aeb54ad30e7 100644 --- a/integration/action-test.ts +++ b/integration/action-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createFixture, createAppFixture, js } from "./helpers/create-fixture.js"; +import { + createFixture, + createAppFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture, selectHtml } from "./helpers/playwright-fixture.js"; diff --git a/integration/browser-entry-test.ts b/integration/browser-entry-test.ts index a7a9d41302b..b5eeb96d141 100644 --- a/integration/browser-entry-test.ts +++ b/integration/browser-entry-test.ts @@ -1,7 +1,11 @@ import { test, expect } from "@playwright/test"; import type { AppFixture, Fixture } from "./helpers/create-fixture.js"; -import { createFixture, js, createAppFixture } from "./helpers/create-fixture.js"; +import { + createFixture, + js, + createAppFixture, +} from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; let fixture: Fixture; diff --git a/integration/bug-report-test.ts b/integration/bug-report-test.ts index 221ccb26895..54f3e094d4b 100644 --- a/integration/bug-report-test.ts +++ b/integration/bug-report-test.ts @@ -2,7 +2,11 @@ import { test, expect } from "@playwright/test"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; let fixture: Fixture; let appFixture: AppFixture; diff --git a/integration/catch-boundary-data-test.ts b/integration/catch-boundary-data-test.ts index e4a3c852bdc..0d6d3b88b8c 100644 --- a/integration/catch-boundary-data-test.ts +++ b/integration/catch-boundary-data-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/catch-boundary-test.ts b/integration/catch-boundary-test.ts index e4a8f5e78a2..c92611bdf96 100644 --- a/integration/catch-boundary-test.ts +++ b/integration/catch-boundary-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/custom-entry-server-test.ts b/integration/custom-entry-server-test.ts index 80ef0afe11a..dea6e9f4961 100644 --- a/integration/custom-entry-server-test.ts +++ b/integration/custom-entry-server-test.ts @@ -2,7 +2,11 @@ import { expect, test } from "@playwright/test"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; let fixture: Fixture; let appFixture: AppFixture; diff --git a/integration/defer-loader-test.ts b/integration/defer-loader-test.ts index c73abc03bdb..141c507eeb9 100644 --- a/integration/defer-loader-test.ts +++ b/integration/defer-loader-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/defer-test.ts b/integration/defer-test.ts index 77004a83bca..8694b73c751 100644 --- a/integration/defer-test.ts +++ b/integration/defer-test.ts @@ -3,7 +3,11 @@ import type { ConsoleMessage, Page } from "@playwright/test"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; const ROOT_ID = "ROOT_ID"; const INDEX_ID = "INDEX_ID"; diff --git a/integration/error-boundary-test.ts b/integration/error-boundary-test.ts index 7966970f3c6..c01c0f7588d 100644 --- a/integration/error-boundary-test.ts +++ b/integration/error-boundary-test.ts @@ -1,7 +1,11 @@ import { test, expect } from "@playwright/test"; import { ServerMode } from "../build/node_modules/@remix-run/server-runtime/dist/mode.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/error-boundary-v2-test.ts b/integration/error-boundary-v2-test.ts index c47b3708737..2d4ba38a3d6 100644 --- a/integration/error-boundary-v2-test.ts +++ b/integration/error-boundary-v2-test.ts @@ -2,7 +2,11 @@ import type { Page } from "@playwright/test"; import { test, expect } from "@playwright/test"; import { ServerMode } from "../build/node_modules/@remix-run/server-runtime/dist/mode.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/error-data-request-test.ts b/integration/error-data-request-test.ts index 5c3264dd198..366ede08b23 100644 --- a/integration/error-data-request-test.ts +++ b/integration/error-data-request-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; test.describe("ErrorBoundary", () => { diff --git a/integration/error-sanitization-test.ts b/integration/error-sanitization-test.ts index 11ca66c72ed..fdefbca4769 100644 --- a/integration/error-sanitization-test.ts +++ b/integration/error-sanitization-test.ts @@ -2,7 +2,11 @@ import { test, expect } from "@playwright/test"; import { ServerMode } from "../build/node_modules/@remix-run/server-runtime/dist/mode.js"; import type { Fixture } from "./helpers/create-fixture.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; const routeFiles = { diff --git a/integration/fetch-globals-test.ts b/integration/fetch-globals-test.ts index 836eeccc1c5..3592f230aea 100644 --- a/integration/fetch-globals-test.ts +++ b/integration/fetch-globals-test.ts @@ -1,7 +1,11 @@ import { test, expect } from "@playwright/test"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; let fixture: Fixture; let appFixture: AppFixture; diff --git a/integration/fetcher-layout-test.ts b/integration/fetcher-layout-test.ts index 8bb70103e57..ae878cc7047 100644 --- a/integration/fetcher-layout-test.ts +++ b/integration/fetcher-layout-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/fetcher-test.ts b/integration/fetcher-test.ts index 0f24cd3338a..216e83d3421 100644 --- a/integration/fetcher-test.ts +++ b/integration/fetcher-test.ts @@ -1,6 +1,10 @@ import { expect, test } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/flat-routes-test.ts b/integration/flat-routes-test.ts index cb570a9a284..53eae110e1d 100644 --- a/integration/flat-routes-test.ts +++ b/integration/flat-routes-test.ts @@ -4,7 +4,11 @@ import { test, expect } from "@playwright/test"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { createFixtureProject } from "./helpers/create-fixture.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; let fixture: Fixture; let appFixture: AppFixture; diff --git a/integration/form-test.ts b/integration/form-test.ts index 3ee83b4d4cf..f2331ad2987 100644 --- a/integration/form-test.ts +++ b/integration/form-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { getElement, PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/helpers/create-fixture.ts b/integration/helpers/create-fixture.ts index cf4259c15fe..e946e496e06 100644 --- a/integration/helpers/create-fixture.ts +++ b/integration/helpers/create-fixture.ts @@ -43,7 +43,9 @@ export function json(value: JsonObject) { export async function createFixture(init: FixtureInit, mode?: ServerMode) { installGlobals(); let projectDir = await createFixtureProject(init, mode); - let buildPath = url.pathToFileURL(path.join(projectDir, "build/index.js")).href; + let buildPath = url.pathToFileURL( + path.join(projectDir, "build/index.js") + ).href; let app: ServerBuild = await import(buildPath); let handler = createRequestHandler(app, mode || ServerMode.Production); diff --git a/integration/hmr-log-test.ts b/integration/hmr-log-test.ts index 7607087d1b6..750b893430d 100644 --- a/integration/hmr-log-test.ts +++ b/integration/hmr-log-test.ts @@ -6,7 +6,12 @@ import type { Readable } from "node:stream"; import getPort, { makeRange } from "get-port"; import type { FixtureInit } from "./helpers/create-fixture.js"; -import { createFixtureProject, css, js, json } from "./helpers/create-fixture.js"; +import { + createFixtureProject, + css, + js, + json, +} from "./helpers/create-fixture.js"; test.setTimeout(120_000); diff --git a/integration/hook-useSubmit-test.ts b/integration/hook-useSubmit-test.ts index 7e220c8b1ee..ec5703eded9 100644 --- a/integration/hook-useSubmit-test.ts +++ b/integration/hook-useSubmit-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/js-routes-test.ts b/integration/js-routes-test.ts index 13e7c5651ac..cf774bf9b38 100644 --- a/integration/js-routes-test.ts +++ b/integration/js-routes-test.ts @@ -1,6 +1,10 @@ import { test } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/layout-route-test.ts b/integration/layout-route-test.ts index 412dcb2de95..0f43512807d 100644 --- a/integration/layout-route-test.ts +++ b/integration/layout-route-test.ts @@ -1,6 +1,10 @@ import { test } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/loader-test.ts b/integration/loader-test.ts index 52f942db983..c81201e8404 100644 --- a/integration/loader-test.ts +++ b/integration/loader-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/matches-test.ts b/integration/matches-test.ts index 666d298ff55..34cbb4c0b21 100644 --- a/integration/matches-test.ts +++ b/integration/matches-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/meta-test.ts b/integration/meta-test.ts index f0dfdda6be8..2d3afc52fe1 100644 --- a/integration/meta-test.ts +++ b/integration/meta-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/multiple-cookies-test.ts b/integration/multiple-cookies-test.ts index c35747c738c..d1d3bb88b91 100644 --- a/integration/multiple-cookies-test.ts +++ b/integration/multiple-cookies-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/navigation-state-test.ts b/integration/navigation-state-test.ts index dee25f62ee3..909ff573453 100644 --- a/integration/navigation-state-test.ts +++ b/integration/navigation-state-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/playwright-report/index.html b/integration/playwright-report/index.html index 0e2d6dbf2e8..51dec645d9f 100644 --- a/integration/playwright-report/index.html +++ b/integration/playwright-report/index.html @@ -1,62 +1,21359 @@ - - - - - + + + Playwright Test Report - - + + -
- +
\ No newline at end of file + window.playwrightReportBase64 = + "data:application/zip;base64,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"; + diff --git a/integration/redirects-test.ts b/integration/redirects-test.ts index 66cf7d698d4..96866755e5a 100644 --- a/integration/redirects-test.ts +++ b/integration/redirects-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createFixture, createAppFixture, js } from "./helpers/create-fixture.js"; +import { + createFixture, + createAppFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/rendering-test.ts b/integration/rendering-test.ts index 6b00cecc00e..7468e4276a7 100644 --- a/integration/rendering-test.ts +++ b/integration/rendering-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture, selectHtml } from "./helpers/playwright-fixture.js"; diff --git a/integration/request-test.ts b/integration/request-test.ts index b4219cb15a1..64581a15997 100644 --- a/integration/request-test.ts +++ b/integration/request-test.ts @@ -2,7 +2,11 @@ import { test, expect } from "@playwright/test"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; let fixture: Fixture; let appFixture: AppFixture; diff --git a/integration/resource-routes-test.ts b/integration/resource-routes-test.ts index 1fc65c28616..817ef5c56ab 100644 --- a/integration/resource-routes-test.ts +++ b/integration/resource-routes-test.ts @@ -1,7 +1,11 @@ import { test, expect } from "@playwright/test"; import { ServerMode } from "../build/node_modules/@remix-run/server-runtime/dist/mode.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { AppFixture, Fixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/revalidate-test.ts b/integration/revalidate-test.ts index 5c30bc504e0..b593ce4b41c 100644 --- a/integration/revalidate-test.ts +++ b/integration/revalidate-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/root-route-test.ts b/integration/root-route-test.ts index 645064b3ce6..c85979c25b8 100644 --- a/integration/root-route-test.ts +++ b/integration/root-route-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/scroll-test.ts b/integration/scroll-test.ts index 68e5e0d7dcf..d5be7c4b586 100644 --- a/integration/scroll-test.ts +++ b/integration/scroll-test.ts @@ -2,7 +2,11 @@ import { test, expect } from "@playwright/test"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; let fixture: Fixture; let appFixture: AppFixture; diff --git a/integration/set-cookie-revalidation-test.ts b/integration/set-cookie-revalidation-test.ts index d2a1c904285..63327a005d5 100644 --- a/integration/set-cookie-revalidation-test.ts +++ b/integration/set-cookie-revalidation-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/shared-route-imports-test.ts b/integration/shared-route-imports-test.ts index 38f43f1cf95..00f10358794 100644 --- a/integration/shared-route-imports-test.ts +++ b/integration/shared-route-imports-test.ts @@ -2,7 +2,11 @@ import { test } from "@playwright/test"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; let fixture: Fixture; let appFixture: AppFixture; diff --git a/integration/svg-in-node-modules-test.ts b/integration/svg-in-node-modules-test.ts index 4813a43b1cc..1aaaba4951d 100644 --- a/integration/svg-in-node-modules-test.ts +++ b/integration/svg-in-node-modules-test.ts @@ -2,7 +2,11 @@ import { test, expect } from "@playwright/test"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; let fixture: Fixture; let appFixture: AppFixture; diff --git a/integration/transition-test.ts b/integration/transition-test.ts index bfc87abd193..15e16ee5f48 100644 --- a/integration/transition-test.ts +++ b/integration/transition-test.ts @@ -1,6 +1,10 @@ import { test, expect } from "@playwright/test"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; diff --git a/integration/upload-test.ts b/integration/upload-test.ts index 1dc8df830e0..422d26f7a4e 100644 --- a/integration/upload-test.ts +++ b/integration/upload-test.ts @@ -4,7 +4,11 @@ import { test, expect } from "@playwright/test"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; let fixture: Fixture; let appFixture: AppFixture; diff --git a/integration/vanilla-extract-test.ts b/integration/vanilla-extract-test.ts index c9fee0e2829..bb31ae67995 100644 --- a/integration/vanilla-extract-test.ts +++ b/integration/vanilla-extract-test.ts @@ -2,7 +2,11 @@ import { test, expect } from "@playwright/test"; import { PlaywrightFixture } from "./helpers/playwright-fixture.js"; import type { Fixture, AppFixture } from "./helpers/create-fixture.js"; -import { createAppFixture, createFixture, js } from "./helpers/create-fixture.js"; +import { + createAppFixture, + createFixture, + js, +} from "./helpers/create-fixture.js"; const TEST_PADDING_VALUE = "20px";