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" >