From c11cba1d8b7f136da1f2d41c1d5f939ebd276911 Mon Sep 17 00:00:00 2001 From: Laila Los <44241786+ElectronicBlueberry@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:48:32 +0100 Subject: [PATCH] fix selection test --- lib/galaxy_test/selenium/test_workflow_editor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/galaxy_test/selenium/test_workflow_editor.py b/lib/galaxy_test/selenium/test_workflow_editor.py index 6f784fb7f64d..1cc294ce155d 100644 --- a/lib/galaxy_test/selenium/test_workflow_editor.py +++ b/lib/galaxy_test/selenium/test_workflow_editor.py @@ -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)