Merge "Run integration tests full screen"

This commit is contained in:
Jenkins 2014-07-22 11:08:27 +00:00 committed by Gerrit Code Review
commit afe07028ca

View File

@ -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."