Skip to content

Commit

Permalink
Update src/__tests__/ariaAttributes.js
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
  • Loading branch information
eps1lon and timdeschryver authored Mar 24, 2023
1 parent 542128a commit 876fef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/ariaAttributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ test('`disabled: true|false` matches `aria-disabled` buttons', () => {
expect(getByRole('button', {disabled: false})).toBeInTheDocument()
})

test('`disabled` attributes overrides `aria-dsiabled`', () => {
test('`disabled` attributes overrides `aria-disabled`', () => {
const {getByRole} = renderIntoDocument(
`<div>
<button disabled="true" aria-disabled="false" />
Expand Down

0 comments on commit 876fef0

Please sign in to comment.