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 #13623 from AndreiH/bug936533_1.2
Browse files Browse the repository at this point in the history
Bug 936533 - test_settings_bluetooth.py is failing, please fix
  • Loading branch information
teodosia committed Nov 12, 2013
2 parents c624b65 + c5a9332 commit 1731179
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/python/gaia-ui-tests/gaiatest/apps/settings/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ def open_cell_and_data_settings(self):

def open_bluetooth_settings(self):
from gaiatest.apps.settings.regions.bluetooth import Bluetooth
# this is technically visible, but needs scroll to be tapped
# TODO Remove when bug 937053 is resolved
bluetooth_menu_item = self.marionette.find_element(*self._bluetooth_menu_item_locator)
self.marionette.execute_script("arguments[0].scrollIntoView(false);", [bluetooth_menu_item])
self._tap_menu_item(self._bluetooth_menu_item_locator)
return Bluetooth(self.marionette)

Expand Down

0 comments on commit 1731179

Please sign in to comment.