Skip to content

Commit

Permalink
more steps for multidrag tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harrel56 committed Jan 9, 2024
1 parent a0fb8ee commit 6a1fa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/examples.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ describe('Examples test', () => {
});

it('multi drag list', async () => {
const STEPS = 80 // looks like multidrag struggles without intermediate mousemove events
const STEPS = 160 // looks like multidrag struggles without intermediate mousemove events
await page.waitForSelector('#multi-drag-list1');
await page.waitForSelector('#multi-drag-list2');

Expand Down

0 comments on commit 6a1fa29

Please sign in to comment.