diff --git a/tests/e2e/tests/features.spec.ts b/tests/e2e/tests/features.spec.ts index 621ad1e..424d476 100644 --- a/tests/e2e/tests/features.spec.ts +++ b/tests/e2e/tests/features.spec.ts @@ -35,9 +35,7 @@ test.describe("Features", () => { await expect(page.getByTestId("third-both_tile--last")).toBeInViewport(); }); - test("mirrors scroll positions between the root and elements", async ({ - page, - }) => { + test("mirrors positions between the root and elements", async ({ page }) => { await page.goto("/root"); // root > element page.setViewportSize({ width: 1400, height: 1000 });