diff --git a/lib/galaxy_test/selenium/test_workflow_run.py b/lib/galaxy_test/selenium/test_workflow_run.py index b9cd5210b0c2..c47b835f47c3 100644 --- a/lib/galaxy_test/selenium/test_workflow_run.py +++ b/lib/galaxy_test/selenium/test_workflow_run.py @@ -34,7 +34,7 @@ class TestWorkflowRun(SeleniumTestCase, UsesHistoryItemAssertions, RunsWorkflows @selenium_test @managed_history - def test_workflow_export_file_native(self): + def test_workflow_export_file_rocrate(self): self._setup_simple_invocation_for_export_testing() invocations = self.components.invocations invocations.export_tab.wait_for_and_click()