pgAdmin 4 commit: Further code refactoring to stabilise the Feature Tes - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Further code refactoring to stabilise the Feature Tes
Date
Msg-id E1i2x9Z-0005f5-Jd@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Further code refactoring to stabilise the Feature Tests. Fixes #3936

Branch
------
master

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

Modified Files
--------------
docs/en_US/release_notes_4_13.rst                  |  1 +
web/pgadmin/feature_tests/browser_tool_bar_test.py | 49 ++++++--------------
.../copy_selected_query_results_feature_test.py    |  2 +
web/pgadmin/feature_tests/file_manager_test.py     | 42 +++++------------
.../feature_tests/pg_datatype_validation_test.py   |  1 +
.../pg_utilities_backup_restore_test.py            | 21 +++++----
.../feature_tests/pg_utilities_maintenance_test.py | 27 ++++++-----
.../feature_tests/query_tool_journey_test.py       | 11 +----
web/pgadmin/feature_tests/query_tool_tests.py      |  7 +--
.../feature_tests/table_ddl_feature_test.py        |  1 +
web/pgadmin/feature_tests/view_data_dml_queries.py |  1 +
.../xss_checks_panels_and_query_tool_test.py       |  1 +
.../xss_checks_pgadmin_debugger_test.py            |  1 +
.../feature_tests/xss_checks_roles_control_test.py | 20 +++-----
web/regression/feature_utils/pgadmin_page.py       | 53 ++++++++++++++++------
15 files changed, 113 insertions(+), 125 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4381] Problem with data editing when using "View/EditData" to tables with OID
Next
From: Akshay Joshi
Date:
Subject: Re: pgAdmin4 Feature Tests intermittent failures fix