pgAdmin 4 commit: Fixed feature tests related to process watcher. - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed feature tests related to process watcher.
Date
Msg-id E1iUlWz-0008WD-OX@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed feature tests related to process watcher.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/feature_tests/browser_tool_bar_test.py |  9 ++++--
.../feature_tests/pg_datatype_validation_test.py   |  5 +++-
.../pg_utilities_backup_restore_test.py            |  4 +--
.../feature_tests/pg_utilities_maintenance_test.py |  7 +++--
web/pgadmin/feature_tests/query_tool_tests.py      | 35 ++++++++--------------
.../feature_tests/table_ddl_feature_test.py        |  5 +++-
web/pgadmin/feature_tests/view_data_dml_queries.py | 11 +++++--
.../xss_checks_panels_and_query_tool_test.py       |  5 +++-
.../xss_checks_pgadmin_debugger_test.py            |  5 +++-
web/regression/feature_utils/pgadmin_page.py       | 30 +++++++++++++++++++
web/regression/feature_utils/tree_area_locators.py |  5 ++++
.../python_test_utils/test_gui_helper.py           |  2 +-
web/regression/python_test_utils/test_utils.py     |  1 +
13 files changed, 88 insertions(+), 36 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM4348] Theme options in pgAdmin and dark theme
Next
From: Akshay Joshi
Date:
Subject: Re: Fixes for pgAdmin feature tests