Skip to content

Commit

Permalink
Update test so aria-selected gets generated correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
radglob committed Aug 16, 2023
1 parent 676b9eb commit 25ef26b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__tests__/ActionList.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function SingleSelectListStory(): JSX.Element {
key={index}
role="option"
selected={index === selectedIndex}
aria-selected={index === selectedIndex}
onSelect={() => setSelectedIndex(index)}
disabled={project.disabled}
>
Expand Down

0 comments on commit 25ef26b

Please sign in to comment.