mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Removed logging added for feature test failure. Added more assets to avoid false failures.
This commit is contained in:
@@ -1371,7 +1371,6 @@ 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