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 #14319 from AndreiH/bug945227_v1.2
Browse files Browse the repository at this point in the history
Bug 945227 - tap_back_from_import_contacts needs a stronger wait r=me
  • Loading branch information
bebef1987 committed Dec 4, 2013
2 parents db08545 + 1e6863a commit 7053d32
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 7053d32

Please sign in to comment.