Removed logging added for feature test failure. Added more assets to avoid false failures.

This commit is contained in:
Yogesh Mahajan
2023-02-13 11:58:54 +05:30
committed by GitHub
parent 83ec0f3d90
commit 026334a71a
5 changed files with 21 additions and 22 deletions

View File

@@ -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)