Skip to content

Commit

Permalink
Move test_history_export selenium test
Browse files Browse the repository at this point in the history
This selenium test is for testing the previous history export UI that is based on jobs and not tasks.
Since Celery is enabled by default in the test instance it is more consistent to convert it into an integration selenium test to modify the config and disable Celery.
  • Loading branch information
davelopez committed Dec 10, 2022
1 parent 9c3809e commit e857985
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from .framework import (
selenium_test,
SeleniumTestCase,
SeleniumIntegrationTestCase,
)


class TestHistoryExport(SeleniumTestCase):
class TestHistoryExport(SeleniumIntegrationTestCase):
ensure_registered = True

@classmethod
Expand Down

0 comments on commit e857985

Please sign in to comment.