Skip to content

Commit

Permalink
simplify test name
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Dec 26, 2023
1 parent fce5d28 commit 34caf86
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/e2e/tests/features.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit 34caf86

Please sign in to comment.