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-15 12:33:16
Message-ID: E1iVamq-0001ko-Jr@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed following feature tests:
1. Process watcher loading logs fix
2. Auto commit/rollback issue in query_tool_tests
3. Fixed the scrolling issue while verifying values in a table.
4. Modified some functions in pgadmin_page.py

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dc47c8f8987bb88ffeb7be5811009ff0eb977a0f
Author: Shubham Agarwal <shubham(dot)agarwal(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/feature_tests/file_manager_test.py | 12 ++++-
.../pg_utilities_backup_restore_test.py | 22 +++++----
.../feature_tests/pg_utilities_maintenance_test.py | 44 ++++++++++-------
web/pgadmin/feature_tests/query_tool_tests.py | 55 ++++++++++------------
web/pgadmin/feature_tests/view_data_dml_queries.py | 24 ++++++++--
web/regression/feature_utils/pgadmin_page.py | 34 ++++++++++---
web/regression/runtests.py | 2 +
7 files changed, 124 insertions(+), 69 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-11-15 12:33:25 Re: Fixes for pgAdmin feature tests
Previous Message Shubham Agarwal 2019-11-15 12:29:12 Re: Fixes for pgAdmin feature tests