Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkowalski committed Jan 15, 2025
1 parent 4c06956 commit 2d9faed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/tests/basic.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ test.describe('Basic functionality', () => {
await page.mouse.move(dragBoundingBox.x + dragBoundingBox.width / 2, dragBoundingBox.y);
await page.mouse.down();

// Move mouse slightly to determine swipe direction
await page.mouse.move(dragBoundingBox.x + dragBoundingBox.width / 2, dragBoundingBox.y + 10);

// Complete the swipe
await page.mouse.move(0, dragBoundingBox.y + 300);
await page.mouse.up();
Expand Down

0 comments on commit 2d9faed

Please sign in to comment.