From 876fef01235140e19730836203f0b15612e739e4 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Fri, 24 Mar 2023 19:11:55 +0100 Subject: [PATCH] Update src/__tests__/ariaAttributes.js Co-authored-by: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com> --- src/__tests__/ariaAttributes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/ariaAttributes.js b/src/__tests__/ariaAttributes.js index 2f19840c..bcd90ec2 100644 --- a/src/__tests__/ariaAttributes.js +++ b/src/__tests__/ariaAttributes.js @@ -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( `