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):