Skip to content

Commit 992e913

Browse files
authored
chore: Adjust functional test params (#369)
1 parent 95e6e11 commit 992e913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/board-layout/regressions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ test(
1818
expect(scroll1.top).toBe(0);
1919

2020
// This should cancel the operation.
21-
await page.mouseMove(0, 255);
21+
await page.mouseMove(0, 230);
2222
await page.pause(25);
2323
await page.mouseUp();
2424

0 commit comments

Comments
 (0)