Skip to content
Snippets Groups Projects
Verified Commit 06c7b3df authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Increase selenium timeout for pdffile

parent 026ac068
No related branches found
No related tags found
1 merge request!606Increase selenium timeout for pdffile
Pipeline #10809 passed
......@@ -77,5 +77,5 @@ class SeleniumTests(SeleniumTestCase):
self._login()
self._create_person()
self.selenium.get(self.live_server_url + reverse("test_pdf"))
el = WebDriverWait(self.selenium, 10).until(lambda d: ".pdf" in self.selenium.current_url)
el = WebDriverWait(self.selenium, 20).until(lambda d: ".pdf" in self.selenium.current_url)
self._screenshot("pdf.png")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment