Revert "Fixed #21227 -- Added workaround for selenium test failures"
This reverts commit 08c9ab5a0f
.
This commit is contained in:
parent
b1a399b864
commit
7d0a519032
|
@ -32,7 +32,6 @@ class AdminSeleniumWebDriverTestCase(StaticLiveServerCase):
|
||||||
@classmethod
|
@classmethod
|
||||||
def _tearDownClassInternal(cls):
|
def _tearDownClassInternal(cls):
|
||||||
if hasattr(cls, 'selenium'):
|
if hasattr(cls, 'selenium'):
|
||||||
cls.selenium.refresh() # see ticket #21227
|
|
||||||
cls.selenium.quit()
|
cls.selenium.quit()
|
||||||
super(AdminSeleniumWebDriverTestCase, cls)._tearDownClassInternal()
|
super(AdminSeleniumWebDriverTestCase, cls)._tearDownClassInternal()
|
||||||
|
|
||||||
|
|
|
@ -192,7 +192,6 @@ class JavascriptI18nTests(LiveServerTestCase):
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def tearDownClass(cls):
|
def tearDownClass(cls):
|
||||||
cls.selenium.refresh() # see ticket #21227
|
|
||||||
cls.selenium.quit()
|
cls.selenium.quit()
|
||||||
super(JavascriptI18nTests, cls).tearDownClass()
|
super(JavascriptI18nTests, cls).tearDownClass()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue