mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Revert "25.1 doesn't have this decorator - commit should be reverted on dev merge"
This reverts commit f4bfd3b6d9.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user