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

Commit

Permalink
Bug 945227 - tap_back_from_import_contacts needs a stronger wait r=me
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Campbell committed Dec 2, 2013
1 parent 42c54e3 commit 7bc5524
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -79,3 +79,4 @@ def tap_done(self):
def tap_back_from_import_contacts(self):
self.wait_for_element_displayed(*self._back_from_import_contacts_locator)
self.marionette.find_element(*self._back_from_import_contacts_locator).tap()
self.wait_for_element_not_displayed(*self._back_from_import_contacts_locator)

0 comments on commit 7bc5524

Please sign in to comment.