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 #14136 from zacc/bug_943996
Browse files Browse the repository at this point in the history
Bug 943996 - Improve wait after tapping update in contacts edit r=Askein...
  • Loading branch information
askeing committed Nov 28, 2013
2 parents ba69dbd + 8fdedea commit 68364a3
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -146,6 +146,7 @@ def __init__(self, marionette):
def tap_update(self):
self.wait_for_update_button_enabled()
self.marionette.find_element(*self._update_locator).tap()
self.wait_for_element_not_displayed(*self._update_locator)
from gaiatest.apps.contacts.regions.contact_details import ContactDetails
return ContactDetails(self.marionette)

Expand Down

0 comments on commit 68364a3

Please sign in to comment.