From 7348917cb7a003421804f0639488d5375a1aa77b Mon Sep 17 00:00:00 2001 From: John Chilton Date: Tue, 23 Dec 2025 09:47:35 -0500 Subject: [PATCH] Revert "25.1 doesn't have this decorator - commit should be reverted on dev merge" This reverts commit f4bfd3b6d9e0c9625679564b359b3e2e1107451e. --- lib/galaxy_test/selenium/test_workflow_run_inputs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/galaxy_test/selenium/test_workflow_run_inputs.py b/lib/galaxy_test/selenium/test_workflow_run_inputs.py index f02edbb39c0..994dfbc43fd 100644 --- a/lib/galaxy_test/selenium/test_workflow_run_inputs.py +++ b/lib/galaxy_test/selenium/test_workflow_run_inputs.py @@ -2,6 +2,7 @@ from .framework import ( managed_history, + selenium_only, selenium_test, SeleniumTestCase, ) @@ -14,6 +15,7 @@ class TestWorkflowRunInputs(SeleniumTestCase): ensure_registered = True + @selenium_only("Not yet migrated to support Playwright backend") @selenium_test @managed_history def test_sample_sheet_from_existing_filters_on_collection_type(self):