Commit 44078c77 authored by Michal Čihař's avatar Michal Čihař

Configure implicit wait (to give some time to complete the reuqests)

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ac99fc5d
......@@ -79,6 +79,7 @@ class SeleniumTests(LiveServerTestCase):
desired_capabilities=cls.caps,
command_executor="http://{}/wd/hub".format(hub_url)
)
cls.driver.implicitly_wait(10)
jobid = cls.driver.session_id
print 'Sauce Labs job: https://saucelabs.com/jobs/{}'.format(jobid)
super(SeleniumTests, cls).setUpClass()
......
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