pgAdmin 4 commit: Fixed 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 feature tests.
Date: 2022-07-08 12:55:24
Message-ID: E1o9nW0-0005NL-TV@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed feature tests.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1a5e60c44fddc4e5bea797ae1dcacc23635eb537
Author: Yogesh Mahajan <yogesh(dot)mahajan(at)enterprisedb(dot)com>

Modified Files
--------------
.../feature_tests/query_tool_journey_test.py | 117 +++++++------
web/pgadmin/feature_tests/query_tool_tests.py | 22 +--
web/pgadmin/feature_tests/view_data_dml_queries.py | 62 ++++---
web/regression/feature_utils/pgadmin_page.py | 185 ++++++++-------------
web/regression/feature_utils/tree_area_locators.py | 40 ++---
.../python_test_utils/test_gui_helper.py | 20 ++-
web/regression/python_test_utils/test_utils.py | 2 +-
7 files changed, 202 insertions(+), 246 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-07-08 12:55:55 Re: [patch] - Feature test fix
Previous Message Yogesh Mahajan 2022-07-08 11:33:40 [patch] - Feature test fix