Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Fix locator following mozilla/addons-server#720
Browse files Browse the repository at this point in the history
Fixes #790
  • Loading branch information
davehunt committed Oct 2, 2015
1 parent 68e0efe commit 661c717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/desktop/addons_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class WriteReviewBlock(Base):

_add_review_input_field_locator = (By.ID, "id_body")
_add_review_input_field_locator = (By.ID, "id_review_body")
_add_review_input_rating_locator = (By.CSS_SELECTOR, '.ratingwidget.stars.stars-0 > label')
_add_review_submit_button_locator = (By.CSS_SELECTOR, "#review-box input[type=submit]")

Expand Down

0 comments on commit 661c717

Please sign in to comment.