Commit 9bf0eedb authored by Preston Holmes's avatar Preston Holmes
Browse files

Merge pull request #481 from epicserve/testing_docs_update

Added timeout local to selenium sample test

The timeout variable wasn't defined, which was a little confusing.
parents 08cf5499 d55c54a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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