Skip to content

Commit

Permalink
fix test_non_data_connections test
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry authored and dannon committed Nov 27, 2024
1 parent fa2a445 commit 6e4d621
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 @@ -333,6 +333,7 @@ def test_non_data_connections(self):
editor = self.components.workflow_editor

tool_node = editor.node._(label="tool_exec")
tool_node.wait_for_and_click()
tool_input = tool_node.input_terminal(name="inttest")
self.hover_over(tool_input.wait_for_visible())
tool_node.connector_destroy_callout(name="inttest").wait_for_and_click()
Expand Down

0 comments on commit 6e4d621

Please sign in to comment.