summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/toaster/tests/browser/selenium_helpers.py1
1 files changed, 1 insertions, 0 deletions
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):
130 # instantiate the Selenium webdriver once for all the test methods 130 # instantiate the Selenium webdriver once for all the test methods
131 # in this test case 131 # in this test case
132 cls.driver = create_selenium_driver() 132 cls.driver = create_selenium_driver()
133 cls.driver.maximize_window()
133 134
134 @classmethod 135 @classmethod
135 def tearDownClass(cls): 136 def tearDownClass(cls):