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 #14710 from viorelaioia/bug_949897
Browse files Browse the repository at this point in the history
Bug 949897 - test_cards_view_kill_apps_with_two_apps.py intermittently fails
  • Loading branch information
bebef1987 committed Dec 17, 2013
2 parents c0d9757 + cf985c9 commit e15a43c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -52,6 +52,7 @@ def tap_app(self, app):

def close_app(self, app):
return self.marionette.find_element(*self._close_button_locator(app)).tap()
self.wait_for_element_not_present(*self._close_button_locator(app))

def wait_for_cards_view(self):
self.wait_for_element_displayed(*self._cards_view_locator)
Expand Down

0 comments on commit e15a43c

Please sign in to comment.