mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added logging for feature test failure on jenkins job.
This commit is contained in:
@@ -1371,6 +1371,7 @@ def launch_url_in_browser(driver_instance, url, title='pgAdmin 4', timeout=50):
|
||||
driver_instance.get(url)
|
||||
wait = WebDriverWait(driver_instance, 10)
|
||||
wait.until(ec.title_is(title))
|
||||
print("pgAdmin launched in browser", file=sys.stderr)
|
||||
break
|
||||
except WebDriverException as e:
|
||||
time.sleep(6)
|
||||
|
||||
Reference in New Issue
Block a user