diff --git a/openstack_dashboard/test/integration_tests/helpers.py b/openstack_dashboard/test/integration_tests/helpers.py index 577f22cb49..46ae4412c4 100644 --- a/openstack_dashboard/test/integration_tests/helpers.py +++ b/openstack_dashboard/test/integration_tests/helpers.py @@ -31,6 +31,7 @@ class BaseTestCase(testtools.TestCase): self.vdisplay.start() # Start the Selenium webdriver and setup configuration. self.driver = selenium.webdriver.Firefox() + self.driver.maximize_window() self.conf = config.get_config() else: msg = "The INTEGRATION_TESTS env variable is not set."