Update packages/ui/components/dialog/test/lion-dialog.test.js

Co-authored-by: gerjanvangeest <gerjanvangeest@users.noreply.github.com>
This commit is contained in:
Oleksii Kadurin 2024-08-28 09:26:02 +02:00 committed by GitHub
parent 719991fdd3
commit e9b64bf253
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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` <lion-dialog>
<div slot="content" class="dialog">Hey there</div>