From 61fef8695f0452a2623f922e9f475e7014a33f61 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 6d8708ad3076..6f784fb7f64d 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()