From c7491c3e9747cb0325807b3e9a989c10ab9551d5 Mon Sep 17 00:00:00 2001 From: Valere Date: Wed, 3 Dec 2025 17:25:32 +0100 Subject: [PATCH] move fixture to correct folder --- playwright/{mobile => fixtures}/fixture-mobile-create.ts | 0 playwright/mobile/create-call-mobile.spec.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename playwright/{mobile => fixtures}/fixture-mobile-create.ts (100%) diff --git a/playwright/mobile/fixture-mobile-create.ts b/playwright/fixtures/fixture-mobile-create.ts similarity index 100% rename from playwright/mobile/fixture-mobile-create.ts rename to playwright/fixtures/fixture-mobile-create.ts diff --git a/playwright/mobile/create-call-mobile.spec.ts b/playwright/mobile/create-call-mobile.spec.ts index 853294ea..9005d510 100644 --- a/playwright/mobile/create-call-mobile.spec.ts +++ b/playwright/mobile/create-call-mobile.spec.ts @@ -7,7 +7,7 @@ Please see LICENSE in the repository root for full details. import { expect, test } from "@playwright/test"; -import { mobileTest } from "./fixture-mobile-create.ts"; +import { mobileTest } from "../fixtures/fixture-mobile-create.ts"; test("@mobile Start a new call then leave and show the feedback screen", async ({ page,