From 42e24d0e9918ffc954b80cd9e9e0ed6bc37efa52 Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Tue, 27 Jun 2023 10:10:13 +0530 Subject: [PATCH] add property is readout twice while using screenreader (#1463) * arialabel has been added to close button of invitational youtube video * heading role has been addedd and tag has been changed to h1 * outline has been restored to choose columns link in entities page * header text color changed to meet luminosity ratio requirement * capacity calculator link has been added with underline on focus * add property is readout twice while using screenreader * Update fulldatatables.less * Update queryBuilder.less * Update TableEntity.tsx * Update ThroughputInput.less * Update ThroughputInput.tsx * Update ThroughputInput.tsx * Update ThroughputInput.test.tsx.snap * Update QuickstartCarousel.tsx * Update SplashScreen.tsx --- src/Explorer/Panes/Tables/AddTableEntityPanel.tsx | 3 ++- .../__snapshots__/AddTableEntityPanel.test.tsx.snap | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/Explorer/Panes/Tables/AddTableEntityPanel.tsx b/src/Explorer/Panes/Tables/AddTableEntityPanel.tsx index b4bdfee74..c9d331ca2 100644 --- a/src/Explorer/Panes/Tables/AddTableEntityPanel.tsx +++ b/src/Explorer/Panes/Tables/AddTableEntityPanel.tsx @@ -295,8 +295,9 @@ export const AddTableEntityPanel: FunctionComponent = className="addButtonEntiy" tabIndex={0} onKeyPress={handlekeypressaddentity} + aria-label="Add Property" > - Add Entity + Add Property {getAddButtonLabel(userContext.apiType)} )} diff --git a/src/Explorer/Panes/Tables/__snapshots__/AddTableEntityPanel.test.tsx.snap b/src/Explorer/Panes/Tables/__snapshots__/AddTableEntityPanel.test.tsx.snap index 5360c754a..850eb166e 100644 --- a/src/Explorer/Panes/Tables/__snapshots__/AddTableEntityPanel.test.tsx.snap +++ b/src/Explorer/Panes/Tables/__snapshots__/AddTableEntityPanel.test.tsx.snap @@ -26,6 +26,7 @@ exports[`Excute Add Table Entity Pane should render Default properly 1`] = ` className="panelMainContent" >