Skip to content

Commit

Permalink
fix selection test
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Nov 25, 2024
1 parent 8b0d78b commit c11cba1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy_test/selenium/test_workflow_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,7 @@ def test_editor_selection(self):
self.mouse_drag(from_element=tool_node, to_element=canvas, to_offset=(0, -100))

# select the node
editor.node_inspector_close.wait_for_and_click()
self.action_chains().move_to_element(tool_node).key_down(Keys.SHIFT).click().key_up(Keys.SHIFT).perform()
self.sleep_for(self.wait_types.UX_RENDER)

Expand Down

0 comments on commit c11cba1

Please sign in to comment.