pgAdmin 4 commit: Fixed following feature tests:

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed following feature tests:
Дата
Msg-id E1iXkzo-0000N2-C8@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed following feature tests:
1) Handled click event in query tool due to intermediate clicking issue.
2) Observed that the database is not getting created in a test case, so failed the test case there only.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/feature_tests/pg_utilities_backup_restore_test.py | 6 +++++-
web/pgadmin/feature_tests/view_data_dml_queries.py            | 4 +---
web/regression/feature_utils/pgadmin_page.py                  | 5 +----
3 files changed, 7 insertions(+), 8 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM4818] Unable to handle loss of connection to server
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: Fixes for pgAdmin feature tests