mirror of
https://github.com/django/django.git
synced 2025-03-31 11:37:06 +00:00
Revert "Fixed #21227 -- Added workaround for selenium test failures"
This reverts commit 08c9ab5a0f564a3ac7803e6a97fae855f2e0524e.
This commit is contained in:
parent
b1a399b864
commit
7d0a519032
@ -32,7 +32,6 @@ class AdminSeleniumWebDriverTestCase(StaticLiveServerCase):
|
||||
@classmethod
|
||||
def _tearDownClassInternal(cls):
|
||||
if hasattr(cls, 'selenium'):
|
||||
cls.selenium.refresh() # see ticket #21227
|
||||
cls.selenium.quit()
|
||||
super(AdminSeleniumWebDriverTestCase, cls)._tearDownClassInternal()
|
||||
|
||||
|
@ -192,7 +192,6 @@ class JavascriptI18nTests(LiveServerTestCase):
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
cls.selenium.refresh() # see ticket #21227
|
||||
cls.selenium.quit()
|
||||
super(JavascriptI18nTests, cls).tearDownClass()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user