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

Commit

Permalink
Removing ReCAPTCHA section
Browse files Browse the repository at this point in the history
  • Loading branch information
retornam committed Jan 23, 2014
1 parent 3fe00c3 commit 026ab2c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pages/desktop/contribute.py
Expand Up @@ -145,8 +145,6 @@ def elements_are_visible(self):
self.is_element_visible(*self._privacy_title_locator) and\ self.is_element_visible(*self._privacy_title_locator) and\
self.is_element_visible(*self._newsletter_checkbox_locator) and\ self.is_element_visible(*self._newsletter_checkbox_locator) and\
self.is_element_visible(*self._newsletter_title_locator) and\ self.is_element_visible(*self._newsletter_title_locator) and\
self.is_element_visible(*self._recaptcha_table_locator) and\
self.is_element_visible(*self._recaptcha_response_field_locator) and\
self.is_element_visible(*self._submit_button_locator) self.is_element_visible(*self._submit_button_locator)


def click_email(self): def click_email(self):
Expand Down

0 comments on commit 026ab2c

Please sign in to comment.