We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d68d8a commit b3e3e7fCopy full SHA for b3e3e7f
cl/tests/base.py
@@ -21,7 +21,7 @@
21
22
from cl.lib.decorators import retry
23
from cl.search.models import SEARCH_TYPES
24
-from cl.tests.cases import ESIndexTestCase, StaticLiveServerTestCase
+from cl.tests.cases import ESIndexTransactionTestCase, StaticLiveServerTestCase
25
26
SELENIUM_TIMEOUT = 120
27
if "SELENIUM_TIMEOUT" in os.environ:
@@ -36,7 +36,7 @@
36
ALLOWED_HOSTS=["*"],
37
)
38
class BaseSeleniumTest(
39
- SerializeMixin, StaticLiveServerTestCase, ESIndexTestCase
+ SerializeMixin, StaticLiveServerTestCase, ESIndexTransactionTestCase
40
):
41
"""Base class for Selenium Tests. Sets up a few attributes:
42
* browser - instance of Selenium WebDriver
0 commit comments