Skip to content

Commit a61290b

Browse files
authored
chore: Adjust functional test params 2 (#370)
1 parent 992e913 commit a61290b

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
@@ -23,7 +23,7 @@ test(
2323
await page.mouseUp();
2424

2525
const scroll2 = await page.getWindowScroll();
26-
expect(scroll2.top).toBeGreaterThan(100);
26+
expect(scroll2.top).toBeGreaterThan(50);
2727

2828
await page.pause(25);
2929
const scroll3 = await page.getWindowScroll();

0 commit comments

Comments
 (0)