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 #23306 from chirarobert/fix_delete_app
Browse files Browse the repository at this point in the history
Bug 1058427 - [v2.1] Fix test_homescreen_delete_app
  • Loading branch information
bebef1987 committed Aug 27, 2014
2 parents 0059d16 + e76f05a commit ac7deaf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -14,5 +14,6 @@ class ConfirmDialog(Base):
def tap_confirm(self):
# TODO add a good wait here when Bug 1008961 is resolved
time.sleep(1)
self.marionette.switch_to_frame()
self.wait_for_element_displayed(*self._confirm_button_locator)
self.marionette.find_element(*self._confirm_button_locator).tap()

0 comments on commit ac7deaf

Please sign in to comment.