From: | Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com> |
---|---|
To: | pgadmin-hackers(at)lists(dot)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Further code refactoring to stabilise the Feature Tes |
Date: | 2019-08-28 12:34:21 |
Message-ID: | E1i2x9Z-0005f5-Jd@gothos.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)agarwal(at)enterprisedb(dot)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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Akshay Joshi | 2019-08-28 12:34:40 | Re: pgAdmin4 Feature Tests intermittent failures fix |
Previous Message | Akshay Joshi | 2019-08-28 08:07:21 | Re: [pgAdmin][RM4381] Problem with data editing when using "View/Edit Data" to tables with OID |