Skip to content
Snippets Groups Projects
Commit 8baff2e5 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Update test.py

parent 1f28a60f
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ options.headless = True ...@@ -10,7 +10,7 @@ options.headless = True
class SearchText(unittest.TestCase): class SearchText(unittest.TestCase):
def setUp(self): def setUp(self):
self.driver = webdriver.Firefox(options=options) self.driver = webdriver.Firefox(options=options)
self.driver.implicitly_wait(30) self.driver.implicitly_wait(15)
self.driver.get("http://localhost:8080") self.driver.get("http://localhost:8080")
def test_links(self): def test_links(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment