diff --git a/src/Common/TableEntity.tsx b/src/Common/TableEntity.tsx index dec2c707d..f3d0b5244 100644 --- a/src/Common/TableEntity.tsx +++ b/src/Common/TableEntity.tsx @@ -146,6 +146,7 @@ export const TableEntity: FunctionComponent = ({ onClick={onEditEntity} tabIndex={0} onKeyPress={handleKeyPress} + role="button" /> @@ -160,6 +161,7 @@ export const TableEntity: FunctionComponent = ({ onClick={onDeleteEntity} tabIndex={0} onKeyPress={handleKeyPressdelete} + role="button" /> )}