Skip to content

Commit 5f3f08d

Browse files
committed
Merge branch 'bugfix/rc5-feedback' into feature/datepicker-portals
2 parents ff87463 + b56ea72 commit 5f3f08d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/dash-core-components/tests/integration/misc/test_popover_visibility.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def test_mspv001_popover_visibility_when_app_is_smaller_than_popup(dash_dcc):
5656
)
5757

5858
dash_dcc.start_server(app, debug=True, use_reloader=False)
59+
dash_dcc.driver.set_window_size(1280, 1024)
5960

6061
# Wait for the page to load
6162
dash_dcc.wait_for_element("#dps")

0 commit comments

Comments
 (0)