Skip to content

Commit edb4a09

Browse files
committed
fixing CI
1 parent d0570b0 commit edb4a09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_interactions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,9 +443,9 @@ def test_cyin011_ctx_menu_add_edge(dash_duo):
443443

444444
# click on 2 nodes to add an edge between them
445445
actions.key_down(Keys.COMMAND)
446-
actions.move_to_location(node1_x, node1_y)
446+
actions.move_by_offset(node1_x, node1_y)
447447
actions.click()
448-
actions.move_to_location(node2_x, node2_y)
448+
actions.move_by_offset(node2_x, node2_y)
449449
actions.click()
450450
actions.context_click()
451451
actions.move_to_element(dash_duo.find_element("button#add-edge"))

0 commit comments

Comments
 (0)