mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Fixed #26048 -- Made admin selenium tests use implicitly_wait()
This commit is contained in:
parent
bc7d201bdb
commit
294d0d8815
4 changed files with 6 additions and 16 deletions
|
@ -900,6 +900,7 @@ The code for this test may look as follows::
|
|||
def setUpClass(cls):
|
||||
super(MySeleniumTests, cls).setUpClass()
|
||||
cls.selenium = WebDriver()
|
||||
cls.selenium.implicitly_wait(10)
|
||||
|
||||
@classmethod
|
||||
def tearDownClass(cls):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue