Skip to content

Commit

Permalink
increase drag amplitude for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
satelllte committed Oct 15, 2023
1 parent 51be7cc commit 1b201de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/e2e/expects.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {expect, type Page, type Locator} from '@playwright/test';

const _dragSteps = 10;
const _dragAmplitude = 20.0;
const _dragAmplitude = 40.0;

const _calculateElementCenter = async (element: Locator) => {
const bounds = await element.evaluate((el) => el.getBoundingClientRect());
Expand Down

0 comments on commit 1b201de

Please sign in to comment.