Skip to content

Commit d55c54a

Browse files
committed
The timeout variable wasn't defined, which was a little confusing.
1 parent 08cf549 commit d55c54a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/topics/testing.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2084,6 +2084,7 @@ out the `full reference`_ for more details.
20842084

20852085
def test_login(self):
20862086
from selenium.webdriver.support.wait import WebDriverWait
2087+
timeout = 2
20872088
...
20882089
self.selenium.find_element_by_xpath('//input[@value="Log in"]').click()
20892090
# Wait until the response is received

0 commit comments

Comments
 (0)