diff --git a/lib/galaxy_test/selenium/test_history_export.py b/test/integration_selenium/test_history_export.py similarity index 94% rename from lib/galaxy_test/selenium/test_history_export.py rename to test/integration_selenium/test_history_export.py index bc5adf2fff84..9675f85b620f 100644 --- a/lib/galaxy_test/selenium/test_history_export.py +++ b/test/integration_selenium/test_history_export.py @@ -1,10 +1,10 @@ from .framework import ( selenium_test, - SeleniumTestCase, + SeleniumIntegrationTestCase, ) -class TestHistoryExport(SeleniumTestCase): +class TestHistoryExport(SeleniumIntegrationTestCase): ensure_registered = True @classmethod