From 29126a558b543fe93b776f26e843b38da3640b0a Mon Sep 17 00:00:00 2001 From: Tom Price Date: Mon, 4 Jan 2016 23:38:17 +0000 Subject: [PATCH] Make the captcha Foxtrot Oscar from the functional tests --- RIGS/test_functional.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/RIGS/test_functional.py b/RIGS/test_functional.py index cc145d7e..7fad8fc0 100644 --- a/RIGS/test_functional.py +++ b/RIGS/test_functional.py @@ -177,8 +177,6 @@ class EventTest(LiveServerTestCase): username.send_keys("EventTest") password.send_keys("EventTestPassword") - self.browser.execute_script( - "return jQuery('#g-recaptcha-response').val('PASSED')") submit.click() self.assertEqual(self.live_server_url + n, self.browser.current_url) @@ -752,8 +750,6 @@ class IcalTest(LiveServerTestCase): username.send_keys("EventTest") password.send_keys("EventTestPassword") - self.browser.execute_script( - "return jQuery('#g-recaptcha-response').val('PASSED')") submit.click() self.assertEqual(self.live_server_url + n, self.browser.current_url)