Skip to content

Commit

Permalink
Increase implict wait timeout time
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragkanungo committed Feb 24, 2015
1 parent b56a514 commit 4ffdb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kalite/distributed/tests/browser_tests/quiz.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def test_unauthorized_request_redirect_to_login(self):
reverse("view_playlist", kwargs={"playlist_id": PLAYLIST_ID}))
hash_value = urllib.urlparse(self.browser.current_url).fragment
self.browser.delete_all_cookies()
self.browser.implicitly_wait(30)
self.browser.find_element_by_id('solutionarea').find_element_by_css_selector('input[type=text]').click()
self.browser.implicitly_wait(20)
self.browser_send_keys(unicode("Anurag"))
self.browser_send_keys(Keys.RETURN)
#Not using urlencode for next param as its hassle to use escape character for params only.
Expand Down

0 comments on commit 4ffdb35

Please sign in to comment.