mirror of
https://github.com/django/django.git
synced 2024-12-24 10:05:46 +00:00
The timeout variable wasn't defined, which was a little confusing.
This commit is contained in:
parent
08cf54990a
commit
d55c54a5da
@ -2084,6 +2084,7 @@ out the `full reference`_ for more details.
|
||||
|
||||
def test_login(self):
|
||||
from selenium.webdriver.support.wait import WebDriverWait
|
||||
timeout = 2
|
||||
...
|
||||
self.selenium.find_element_by_xpath('//input[@value="Log in"]').click()
|
||||
# Wait until the response is received
|
||||
|
Loading…
Reference in New Issue
Block a user