Skip to content

Commit 876fef0

Browse files
Update src/__tests__/ariaAttributes.js
Co-authored-by: Tim Deschryver <[email protected]>
1 parent 542128a commit 876fef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/ariaAttributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ test('`disabled: true|false` matches `aria-disabled` buttons', () => {
292292
expect(getByRole('button', {disabled: false})).toBeInTheDocument()
293293
})
294294

295-
test('`disabled` attributes overrides `aria-dsiabled`', () => {
295+
test('`disabled` attributes overrides `aria-disabled`', () => {
296296
const {getByRole} = renderIntoDocument(
297297
`<div>
298298
<button disabled="true" aria-disabled="false" />

0 commit comments

Comments
 (0)