From 13a84edea3e243d395c20f4fd03759ce98b1e212 Mon Sep 17 00:00:00 2001 From: Laila Los <44241786+ElectronicBlueberry@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:35:51 +0100 Subject: [PATCH] remove test for removed component --- lib/galaxy_test/selenium/test_workflow_editor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/galaxy_test/selenium/test_workflow_editor.py b/lib/galaxy_test/selenium/test_workflow_editor.py index 38d9ec01b610..e350dddbc338 100644 --- a/lib/galaxy_test/selenium/test_workflow_editor.py +++ b/lib/galaxy_test/selenium/test_workflow_editor.py @@ -49,7 +49,6 @@ def test_basics(self): self.screenshot("workflow_editor_blank") self.hover_over(self.components._.left_panel_drag.wait_for_visible()) - self.hover_over(self.components._.right_panel_drag.wait_for_visible()) self.workflow_editor_maximize_center_pane()