From 77f7a25fa802ba0e1a962d2c82c1c07a72fe9fe2 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Thu, 17 Mar 2016 18:06:37 +0000 Subject: [PATCH] Try maximising firefox so it is large enough to pass the test --- RIGS/test_functional.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RIGS/test_functional.py b/RIGS/test_functional.py index a874c9c7..9323687b 100644 --- a/RIGS/test_functional.py +++ b/RIGS/test_functional.py @@ -159,6 +159,7 @@ class EventTest(LiveServerTestCase): self.browser = webdriver.Firefox() self.browser.implicitly_wait(3) # Set implicit wait session wide + self.browser.maximize_window() os.environ['RECAPTCHA_TESTING'] = 'True' def tearDown(self):