Thread: pgAdmin 4 commit: Fixed feature test failures on the selenium grid for

pgAdmin 4 commit: Fixed feature test failures on the selenium grid for

From
Akshay Joshi
Date:
Fixed feature test failures on the selenium grid for concurrent execution.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d927a517aa87ed64217077714b0021cceed62df9
Author: Yogesh Mahajan <yogesh.mahajan@enterprisedb.com>

Modified Files
--------------
tools/update_selenoid_browsers.py                  | 11 ++--
web/pgadmin/feature_tests/file_manager_test.py     |  4 ++
.../feature_tests/pg_datatype_validation_test.py   | 12 +++-
.../xss_checks_panels_and_query_tool_test.py       | 40 +++++++++---
web/regression/feature_utils/pgadmin_page.py       | 73 +++++++++++++++++-----
web/regression/python_test_utils/test_utils.py     | 30 +++++++--
web/regression/runtests.py                         |  2 +-
7 files changed, 132 insertions(+), 40 deletions(-)