Skip to content

Commit 3581c83

Browse files
committed
set window size in interaction tests
1 parent c83c330 commit 3581c83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_interactions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def create_app(self, dash_duo):
3333
app = importlib.import_module('usage-events').app
3434

3535
dash_duo.start_server(app)
36+
dash_duo.driver.set_window_size(1280, 1000)
3637
dash_duo.wait_for_element_by_id("cytoscape", 20)
3738

3839
self.actions = ActionChains(dash_duo.driver)

0 commit comments

Comments
 (0)