diff --git a/components/button/src/button/__tests__/Button.test.js b/components/button/src/button/__tests__/Button.test.js index c12478cfb1..79cb840137 100644 --- a/components/button/src/button/__tests__/Button.test.js +++ b/components/button/src/button/__tests__/Button.test.js @@ -14,16 +14,16 @@ describe(') expect(consoleSpy).not.toHaveBeenCalled() }) - it('does not warn if aria-label or title is present', () => { + it('does not warn if aria-label and title is present', () => { render( - ) @@ -41,7 +41,7 @@ describe(' )