Commit f71dad2b by Simon Chen

Fix the discovery build by removing the unnecessary wait

parent fda9303d
...@@ -203,7 +203,6 @@ class ProgramAdminFunctionalTests(SiteMixin, LiveServerTestCase): ...@@ -203,7 +203,6 @@ class ProgramAdminFunctionalTests(SiteMixin, LiveServerTestCase):
def setUpClass(cls): def setUpClass(cls):
super().setUpClass() super().setUpClass()
cls.browser = webdriver.Firefox() cls.browser = webdriver.Firefox()
cls.browser.implicitly_wait(10)
cls.browser.set_window_size(1024, 768) cls.browser.set_window_size(1024, 768)
@classmethod @classmethod
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment