Update packages/ui/components/overlays/test/OverlayController.test.js
Co-authored-by: gerjanvangeest <gerjanvangeest@users.noreply.github.com>
This commit is contained in:
parent
1d128d4973
commit
e0f0ea4937
1 changed files with 1 additions and 1 deletions
|
|
@ -1528,7 +1528,7 @@ describe('OverlayController', () => {
|
|||
expect(ctrl.invokerNode?.getAttribute('aria-expanded')).to.equal('false');
|
||||
});
|
||||
|
||||
it('synchronizes [aria-expanded] on invoker when the overlay is modal', async () => {
|
||||
it('does not synchronize [aria-expanded] on invoker when the overlay is modal', async () => {
|
||||
const invokerNode = /** @type {HTMLElement} */ (
|
||||
await fixture('<div role="button">invoker</div>')
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue