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 #24081 from viorelaioia/bug_1053793
Browse files Browse the repository at this point in the history
Bug 1053793 - Investigate if asserts in everything.me tests are reliable...
  • Loading branch information
Florin Strugariu committed Sep 17, 2014
2 parents ecfbbee + 9e67d73 commit 5d0cb74
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -24,7 +24,6 @@ def test_launch_everything_me_link(self):
search_panel.confirm_suggestion_notice()
search_panel.wait_for_everything_me_results_to_load(1)

first_app_name = search_panel.link_results[0].name
search_panel.link_results[0].tap()

self.assertIn(first_app_name, self.marionette.title)
self.assertIn(search_string.lower(), self.marionette.title.lower())

0 comments on commit 5d0cb74

Please sign in to comment.