Permalink
Browse files
Removing ReCAPTCHA section
- Loading branch information...
Showing
with
0 additions
and
2 deletions.
-
+0
−2
pages/desktop/contribute.py
|
@@ -145,8 +145,6 @@ def elements_are_visible(self): |
|
|
self.is_element_visible(*self._privacy_title_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._recaptcha_table_locator) and\
|
|
|
- self.is_element_visible(*self._recaptcha_response_field_locator) and\
|
|
|
self.is_element_visible(*self._submit_button_locator)
|
|
|
|
|
|
def click_email(self):
|
|
|
0 comments on commit
026ab2c