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 #20936 from zacc/bug_1029575
Browse files Browse the repository at this point in the history
Bug 1029575 - test_everything_me_launch_link failing on b2g-i Flame buil...
  • Loading branch information
AndreiH committed Jun 25, 2014
2 parents 7b52501 + b3e1708 commit efdaa4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/python/gaia-ui-tests/gaiatest/apps/homescreen/app.py
Expand Up @@ -26,7 +26,9 @@ def tap_search_bar(self):
search_bar = self.marionette.find_element(*self._search_bar_icon_locator)
search_bar.tap()

# TODO These two lines are a workaround for bug 1020974
# TODO These lines are a workaround for bug 1020974
import time
time.sleep(1)
self.marionette.switch_to_frame()
self.marionette.find_element('id', 'rocketbar-form').tap()

Expand Down

0 comments on commit efdaa4e

Please sign in to comment.