From 1e6863adb7bd6d44344168fcf413bb4798d355a2 Mon Sep 17 00:00:00 2001 From: Zac Campbell Date: Mon, 2 Dec 2013 13:41:16 +0000 Subject: [PATCH] Bug 945227 - tap_back_from_import_contacts needs a stronger wait r=me --- .../gaiatest/apps/contacts/regions/settings_form.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/gaia-ui-tests/gaiatest/apps/contacts/regions/settings_form.py b/tests/python/gaia-ui-tests/gaiatest/apps/contacts/regions/settings_form.py index 50b139c649b9..c868d2880a75 100644 --- a/tests/python/gaia-ui-tests/gaiatest/apps/contacts/regions/settings_form.py +++ b/tests/python/gaia-ui-tests/gaiatest/apps/contacts/regions/settings_form.py @@ -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)