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)