pgAdmin 4 commit: Fixed following feature tests: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed following feature tests:
Date
Msg-id E1iXkzo-0000N2-C8@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4818] Unable to handle loss of connection to server
Next
From: Akshay Joshi
Date:
Subject: Re: Fixes for pgAdmin feature tests