Try maximising firefox so it is large enough to pass the test

This commit is contained in:
Tom Price
2016-03-17 18:06:37 +00:00
parent 10c5ea3e7c
commit 77f7a25fa8

View File

@@ -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):