diff --git a/packages/ui/components/dialog/test/lion-dialog.test.js b/packages/ui/components/dialog/test/lion-dialog.test.js index 5f41ad47e..dcff2d60f 100644 --- a/packages/ui/components/dialog/test/lion-dialog.test.js +++ b/packages/ui/components/dialog/test/lion-dialog.test.js @@ -168,7 +168,7 @@ describe('lion-dialog', () => { }); describe('Accessibility', () => { - it('adds [aria-expanded] to invoker button', async () => { + it('does not add [aria-expanded] to invoker button', async () => { const el = await fixture( html`
Hey there