Skip to content

Commit

Permalink
remove check that verified that no aria-selected was present
Browse files Browse the repository at this point in the history
But now with this change, it will be present.
  • Loading branch information
RobinMalfait committed Apr 24, 2024
1 parent 1fb72da commit ff22871
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4194,7 +4194,6 @@ describe.each([{ virtual: true }, { virtual: false }])(

// Verify that we don't have an selected option anymore
assertNotActiveComboboxOption(options[1])
assertNoSelectedComboboxOption()

// Verify that we saw the `null` change coming in
expect(handleChange).toHaveBeenCalledTimes(1)
Expand Down

0 comments on commit ff22871

Please sign in to comment.