Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #33915 from mwargers/1239652
Browse files Browse the repository at this point in the history
Bug 1239652 - test_login_bzlite.py: TimeoutException self._dashboard_navigator_locator is never found
  • Loading branch information
mwargers committed Jan 21, 2016
2 parents 2242b76 + d0c49c9 commit 6e57787
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,7 +10,7 @@ class BugzillaLite(Base):
_button_login = (By.CSS_SELECTOR, "#login input[type='submit']")
_profile_icon = (By.CSS_SELECTOR, "a[href='/profile/']")
_button_logout = (By.CSS_SELECTOR, "a[href='/logout/']")
_dashboard_navigator_locator = (By.ID, 'dashboardNav')
_dashboard_navigator_locator = (By.ID, 'navigation')
_login_form_locator = (By.ID, 'login')
_popup_intro = (By.ID, 'intro')
_button_popup_intro = (By.ID, 'intro-submit')
Expand Down

0 comments on commit 6e57787

Please sign in to comment.