pgAdmin 4 commit: Fixed following issues for feature test: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed following issues for feature test:
Date
Msg-id E1ic8qP-0002rM-46@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed following issues for feature test:
1. Modified the get_chromedriver utility for supporting python version below 3.5.
2. Handled some exceptions getting intermittently on some databases.
3. Generalized some functions with additional parameters.
4. Disabled the auto-expansion of the children nodes for maintaining the synchronization.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=5093e6db5e7a36f27229dd480a92ec2f27074b14
Author: Shubham Agarwal <shubham.agarwal@enterprisedb.com>

Modified Files
--------------
tools/get_chromedriver.py                          | 23 ++++++-----
.../feature_tests/pg_datatype_validation_test.py   |  6 +--
.../pg_utilities_backup_restore_test.py            |  9 +++--
.../query_tool_auto_complete_tests.py              |  8 ++--
web/pgadmin/feature_tests/query_tool_tests.py      | 11 +++--
web/regression/feature_utils/pgadmin_page.py       | 34 +++++++++-------
.../python_test_utils/test_gui_helper.py           | 17 ++++----
web/regression/python_test_utils/test_utils.py     | 47 +++++++++++++++++-----
8 files changed, 94 insertions(+), 61 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fix an issue where the inherited table name with quot
Next
From: Akshay Joshi
Date:
Subject: Re: Fixes for pgAdmin feature tests