Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Update locator for content ratings
Browse files Browse the repository at this point in the history
  • Loading branch information
bobsilverberg committed Mar 23, 2015
1 parent d72ab18 commit 6dd7aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/desktop/consumer_pages/details.py
Expand Up @@ -28,7 +28,7 @@ class Details(Base):
_app_dev_username_locator = (By.CSS_SELECTOR, '.author')
_application_description_locator = (By.CSS_SELECTOR, '.description')
_image_preview_section_locator = (By.CSS_SELECTOR, '.previews-slider')
_content_ratings_button_locator = (By.CSS_SELECTOR, '.content-ratings-wrapper .full .button')
_content_ratings_button_locator = (By.CSS_SELECTOR, '.content-ratings-wrapper .content-ratings-button-wrap .button')
_content_ratings_image_locator = (By.CSS_SELECTOR, '.content-rating img')
_privacy_policy_locator = (By.CSS_SELECTOR, '#footer a[href*="privacy"]')
_dots_locator = (By.CSS_SELECTOR, '.dot')
Expand Down

0 comments on commit 6dd7aff

Please sign in to comment.