mirror of
https://github.com/wassname/talk.git
synced 2026-08-10 12:41:02 +08:00
[CORL-720] Integratejest-axe (#2741)
* feat: axe checks for tests * test: add another axe check * fix: tests
This commit is contained in:
@@ -43,7 +43,7 @@ const Icon: FunctionComponent<Props> = props => {
|
||||
return (
|
||||
<i
|
||||
className={rootClassName}
|
||||
aria-hidden="true"
|
||||
aria-hidden={rest["aria-label"] ? "false" : "true"}
|
||||
{...rest}
|
||||
ref={forwardRef}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user