Update packages/ui/components/dialog/test/lion-dialog.test.js
Co-authored-by: gerjanvangeest <gerjanvangeest@users.noreply.github.com>
This commit is contained in:
parent
719991fdd3
commit
e9b64bf253
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue