Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jalal246 committed Nov 4, 2023
1 parent 1e93103 commit 146d0e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test.describe("The container is scrollable only when it's not visible", async ()
await page.waitForFunction(() => {
({ scrollTop } = document.documentElement);

return scrollTop >= 280;
return scrollTop >= 200;
});

await moveDragged(-1, -25);
Expand Down

0 comments on commit 146d0e0

Please sign in to comment.