Loading tests/view_tests/tests/test_i18n.py +1 −0 Original line number Diff line number Diff line Loading @@ -277,6 +277,7 @@ class JavascriptI18nTests(LiveServerTestCase): except Exception as e: raise unittest.SkipTest('Selenium webdriver "%s" not installed or ' 'not operational: %s' % (cls.webdriver_class, str(e))) cls.selenium.implicitly_wait(10) super(JavascriptI18nTests, cls).setUpClass() @classmethod Loading Loading
tests/view_tests/tests/test_i18n.py +1 −0 Original line number Diff line number Diff line Loading @@ -277,6 +277,7 @@ class JavascriptI18nTests(LiveServerTestCase): except Exception as e: raise unittest.SkipTest('Selenium webdriver "%s" not installed or ' 'not operational: %s' % (cls.webdriver_class, str(e))) cls.selenium.implicitly_wait(10) super(JavascriptI18nTests, cls).setUpClass() @classmethod Loading