diff --git a/lib/galaxy_test/selenium/test_workflow_editor.py b/lib/galaxy_test/selenium/test_workflow_editor.py index 4f792a3cb1d8..a5dd338557d4 100644 --- a/lib/galaxy_test/selenium/test_workflow_editor.py +++ b/lib/galaxy_test/selenium/test_workflow_editor.py @@ -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()