pgAdmin 4 commit: Fixed feature test case failed as a result of convert

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed feature test case failed as a result of convert
Дата
Msg-id E1nqxNM-0001UV-5e@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM7373] geometry window zoom mouse scroll not active
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin]: Feature test cases fixes