pgAdmin 4 commit: Fix the feature tests which were failing after the ac

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix the feature tests which were failing after the ac
Date: 2019-12-04 12:48:41
Message-ID: E1icU5B-00028i-8i@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-12-04 12:49:40 Re: [pgAdmin][RM4772][Accessibility] Provide aria-label to an invisible label where a visible label cannot be used
Previous Message Murtuza Zabuawala 2019-12-04 12:29:56 Re: [pgAdmin4] Fix context menu CSS