pgAdmin 4 commit: Uses selenium 4.0.0a6 which works with python 3.6

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Uses selenium 4.0.0a6 which works with python 3.6
Date: 2021-11-12 06:28:01
Message-ID: E1mlQ2b-0006Xc-Pz@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Uses selenium 4.0.0a6 which works with python 3.6

Branch
------
master

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

Modified Files
--------------
.../copy_selected_query_results_feature_test.py | 3 ++-
.../feature_tests/pg_datatype_validation_test.py | 6 +++---
.../pg_utilities_backup_restore_test.py | 24 ++++++++++++----------
.../feature_tests/pg_utilities_maintenance_test.py | 8 ++++----
web/pgadmin/feature_tests/query_tool_tests.py | 10 +++++----
.../feature_tests/test_copy_sql_to_query_tool.py | 10 ++++-----
.../xss_checks_panels_and_query_tool_test.py | 11 +++++-----
.../xss_checks_pgadmin_debugger_test.py | 2 +-
web/regression/feature_utils/pgadmin_page.py | 10 ++++-----
web/regression/python_test_utils/test_utils.py | 6 +-----
web/regression/requirements.txt | 2 +-
11 files changed, 47 insertions(+), 45 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-11-12 06:28:50 Re: Feature Test Fix - React porting
Previous Message Yogesh Mahajan 2021-11-11 16:33:37 Re: Feature Test Fix - React porting