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

Commit

Permalink
updated locators for create_tag_page
Browse files Browse the repository at this point in the history
  • Loading branch information
sashakruglov committed Jul 19, 2013
1 parent bbe242b commit 4e6b38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/create_tag_page.py
Expand Up @@ -11,8 +11,8 @@

class MozTrapCreateTagPage(MozTrapBasePage):

_name_input_locator = (By.CSS_SELECTOR, '#id_name')
_description_input_locator = (By.CSS_SELECTOR, '#id_description')
_name_input_locator = (By.ID, 'id_name')
_description_input_locator = (By.ID, 'id_description')
_submit_button_locator = (By.CSS_SELECTOR, '.form-actions > button[type="submit"]')
_multiselect_widget_locator = (By.CSS_SELECTOR, '.multiselect')

Expand Down

0 comments on commit 4e6b38e

Please sign in to comment.