pgAdmin 4 commit: Fix the feature tests which were failing after the ac - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix the feature tests which were failing after the ac
Date
Msg-id E1icU5B-00028i-8i@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix the feature tests which were failing after the accessibility commit.

The reason being, the span elements which was used to show properties tab
data are changed to input now as per accessibility requirements.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b9c7a9e887d9aaa3d52ef6e756641b8c97458396
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
.../xss_checks_panels_and_query_tool_test.py             | 16 ----------------
web/regression/feature_utils/pgadmin_page.py             |  2 +-
2 files changed, 1 insertion(+), 17 deletions(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: [pgAdmin4] Fix context menu CSS
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4772][Accessibility] Provide aria-label to aninvisible label where a visible label cannot be used