We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa394f commit debe33dCopy full SHA for debe33d
tests/playwright/shiny/components/data_frame/test_data_frame.py
@@ -59,6 +59,9 @@ def test_summary_navigation(
59
grid_container: Locator,
60
summary: Locator,
61
):
62
+ # Update the page size to be big
63
+ page.set_viewport_size({"width": 2000, "height": 2000})
64
+
65
page.goto(data_frame_app.url)
66
67
# Check that summary responds to navigation
0 commit comments