Skip to content

Commit c2dd86b

Browse files
authored
chore: Make window taller in test to avoid scrollbars (#329)
1 parent 4a5fb2a commit c2dd86b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ test(
2727
),
2828
DndPageObject,
2929
async (page) => {
30+
await page.setWindowSize({ width: 1600, height: 1200 });
3031
await page.mouseDown(boardWrapper.findItemById("A").findDragHandle().toSelector());
3132
await expect(page.getGrid()).resolves.toEqual([
3233
["A", "B", "C", "D"],

0 commit comments

Comments
 (0)