diff --git a/bitbake/lib/toaster/tests/browser/selenium_helpers.py b/bitbake/lib/toaster/tests/browser/selenium_helpers.py index 56dbe2b344..54db2e8cf2 100644 --- a/bitbake/lib/toaster/tests/browser/selenium_helpers.py +++ b/bitbake/lib/toaster/tests/browser/selenium_helpers.py @@ -130,6 +130,7 @@ class SeleniumTestCase(StaticLiveServerTestCase): # instantiate the Selenium webdriver once for all the test methods # in this test case cls.driver = create_selenium_driver() + cls.driver.maximize_window() @classmethod def tearDownClass(cls):