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 #28066 from viorelaioia/bug_1130990
Browse files Browse the repository at this point in the history
Bug 1130990 - Update geolocation checkbox locator in FTU app
  • Loading branch information
Florin Strugariu committed Feb 9, 2015
2 parents 7a36fbd + 7bb16aa commit 88ab02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/gaia-ui-tests/gaiatest/apps/ftu/app.py
Expand Up @@ -51,7 +51,7 @@ class Ftu(Base):

# Step Geolocation
_section_geolocation_locator = (By.ID, 'geolocation')
_enable_geolocation_checkbox_locator = (By.CSS_SELECTOR, '#geolocation-switch > label')
_enable_geolocation_checkbox_locator = (By.CSS_SELECTOR, '#geolocation-switch > span')

# Section Import contacts
_section_import_contacts_locator = (By.ID, 'import_contacts')
Expand Down

0 comments on commit 88ab02a

Please sign in to comment.