Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Revert "intermittent in test_settings_from_message"
Browse files Browse the repository at this point in the history
This reverts commit bad8f2f.
  • Loading branch information
davehunt committed Feb 26, 2014
1 parent c8d34e6 commit 88f2359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Expand Up @@ -13,8 +13,7 @@ class Activities(Base):

def __init__(self, marionette):
Base.__init__(self, marionette)
actions_menu = self.marionette.find_element(*self._actions_menu_locator)
self.wait_for_condition(lambda m: actions_menu.location['x']==0)
self.wait_for_element_displayed(*self._actions_menu_locator)

def tap_settings(self):
self.marionette.find_element(*self._settings_button_locator).tap()
Expand Down
3 changes: 1 addition & 2 deletions tests/travis_ci/gaia_ui_tests/script
Expand Up @@ -17,5 +17,4 @@ $gaiatest --app=b2gdesktop \
--type=b2g \
--timeout=10000 \
--html-output artifacts/gaia_ui_tests_report.html \
--restart $root/tests/functional/messages/test_sms_to_settings.py \
--repeat=50
--restart $root/tests/manifest.ini

0 comments on commit 88f2359

Please sign in to comment.