pgAdmin 4 commit: Fixed feature test case failed as a result of convert - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed feature test case failed as a result of convert
Date
Msg-id E1nqxNM-0001UV-5e@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed feature test case failed as a result of converting preferences and other dialogs to React.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6465dc951ca91baf0bc5edbcf86e7c055d9fa09e
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
web/pgadmin/feature_tests/browser_tool_bar_test.py |  2 +-
.../feature_tests/keyboard_shortcut_test.py        | 31 ++++++--------
.../feature_tests/pg_datatype_validation_test.py   | 38 +++++++++--------
.../pg_utilities_backup_restore_test.py            | 49 +++++++++++++++-------
.../feature_tests/test_copy_sql_to_query_tool.py   | 40 +++++++++++-------
web/regression/feature_utils/locators.py           | 25 +++++------
web/regression/feature_utils/pgadmin_page.py       |  5 +--
7 files changed, 105 insertions(+), 85 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM7373] geometry window zoom mouse scroll not active
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin]: Feature test cases fixes