pgAdmin 4 commit: Fixed following feature tests:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed following feature tests:
Date: 2019-11-21 11:51:36
Message-ID: E1iXkzo-0000N2-C8@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)agarwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-11-21 11:52:09 Re: Fixes for pgAdmin feature tests
Previous Message Akshay Joshi 2019-11-21 11:18:34 Re: [pgAdmin][RM4818] Unable to handle loss of connection to server