Skip to content

Commit debe33d

Browse files
committed
Try using a bigger window
1 parent 0aa394f commit debe33d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/playwright/shiny/components/data_frame/test_data_frame.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ def test_summary_navigation(
5959
grid_container: Locator,
6060
summary: Locator,
6161
):
62+
# Update the page size to be big
63+
page.set_viewport_size({"width": 2000, "height": 2000})
64+
6265
page.goto(data_frame_app.url)
6366

6467
# Check that summary responds to navigation

0 commit comments

Comments
 (0)