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 d0570b0 commit edb4a09Copy full SHA for edb4a09
tests/test_interactions.py
@@ -443,9 +443,9 @@ def test_cyin011_ctx_menu_add_edge(dash_duo):
443
444
# click on 2 nodes to add an edge between them
445
actions.key_down(Keys.COMMAND)
446
- actions.move_to_location(node1_x, node1_y)
+ actions.move_by_offset(node1_x, node1_y)
447
actions.click()
448
- actions.move_to_location(node2_x, node2_y)
+ actions.move_by_offset(node2_x, node2_y)
449
450
actions.context_click()
451
actions.move_to_element(dash_duo.find_element("button#add-edge"))
0 commit comments