move fixture to correct folder

This commit is contained in:
Valere
2025-12-03 17:25:32 +01:00
parent bcb2b36888
commit c7491c3e97
2 changed files with 1 additions and 1 deletions

View File

@@ -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,