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 #12762 from bobsilverberg/aswait
Browse files Browse the repository at this point in the history
Bug 924882 - test_setup_active_sync needs extra wait for setup screen, r=zac
  • Loading branch information
Zac committed Oct 10, 2013
2 parents 5465aa3 + 9d31fb8 commit a8316cb
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -150,6 +150,7 @@ def tap_next(self):
self.wait_for_element_displayed(*self._check_for_new_messages_locator)

def tap_account_prefs_next(self):
self.wait_for_element_displayed(*self._account_prefs_next_locator)
self.marionette.find_element(*self._account_prefs_next_locator).tap()

def wait_for_setup_complete(self):
Expand Down

0 comments on commit a8316cb

Please sign in to comment.