Skip to content

Commit

Permalink
chore: Make window taller in test to avoid scrollbars (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperals authored Dec 6, 2024
1 parent 4a5fb2a commit c2dd86b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/board-layout/layout.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ test(
),
DndPageObject,
async (page) => {
await page.setWindowSize({ width: 1600, height: 1200 });
await page.mouseDown(boardWrapper.findItemById("A").findDragHandle().toSelector());
await expect(page.getGrid()).resolves.toEqual([
["A", "B", "C", "D"],
Expand Down

0 comments on commit c2dd86b

Please sign in to comment.