chore: Removes icon warnings from tests (#23054)

This commit is contained in:
Michael S. Molina
2023-02-13 12:31:09 -05:00
committed by GitHub
parent d3d59ee0ae
commit 49aa9b4ca8
21 changed files with 43 additions and 122 deletions

View File

@@ -511,9 +511,9 @@ const AsyncSelect = forwardRef(
suffixIcon={getSuffixIcon(isLoading, showSearch, isDropdownVisible)}
menuItemSelectedIcon={
invertSelection ? (
<StyledStopOutlined iconSize="m" />
<StyledStopOutlined iconSize="m" aria-label="stop" />
) : (
<StyledCheckOutlined iconSize="m" />
<StyledCheckOutlined iconSize="m" aria-label="check" />
)
}
oneLine={oneLine}