From 7bc5524ec96b4520470440b75660297e371f3b02 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 8caff45232ba..98918b10e329 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)