Skip to content

Commit a6c759f

Browse files
authored
tests(resolve-id): Update window size to ensure tooltip is visible (#1179)
1 parent 8e1e22f commit a6c759f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/playwright/shiny/bugs/0696-resolve-id/test_0696_resolve_id.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ def expect_default_outputs(page: Page, module_id: str):
109109
# Sidebars do not seem to work on webkit. Skipping test on webkit
110110
@pytest.mark.skip_browser("webkit")
111111
def test_module_support(page: Page, local_app: ShinyAppProc) -> None:
112+
page.set_viewport_size({"width": 3000, "height": 6000})
112113
page.goto(local_app.url)
113114

114115
# Verify reset state

0 commit comments

Comments
 (0)