From e9b64bf253551802c634a0ef38ad7f9aa9a5ea5f Mon Sep 17 00:00:00 2001 From: Oleksii Kadurin Date: Wed, 28 Aug 2024 09:26:02 +0200 Subject: [PATCH] Update packages/ui/components/dialog/test/lion-dialog.test.js Co-authored-by: gerjanvangeest --- packages/ui/components/dialog/test/lion-dialog.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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