Revert "25.1 doesn't have this decorator - commit should be reverted on dev merge"

This reverts commit f4bfd3b6d9.
This commit is contained in:
John Chilton
2025-12-23 09:47:35 -05:00
parent 0addb6a639
commit 7348917cb7
@@ -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):