Add aria label for support button
Signed-off-by: Bridget Barnes <bbarnes@seek.com.au>
This commit is contained in:
@@ -116,6 +116,7 @@ export function SupportButton(props: SupportButtonProps) {
|
||||
) : (
|
||||
<Button
|
||||
data-testid="support-button"
|
||||
aria-label="support-button"
|
||||
color="primary"
|
||||
onClick={onClickHandler}
|
||||
startIcon={<HelpIcon />}
|
||||
|
||||
Reference in New Issue
Block a user