This is Popup using overlay
Popup button
`);
const invoker = el.querySelector('[slot="invoker"]');
const event = new Event('click');
invoker.dispatchEvent(event);
await el.updateComplete;
expect(el.querySelector('strong')).to.not.be.undefined;
});
});
describe('Accessibility', () => {
it('should have aria-controls attribute set to the invoker', async () => {
const el = await fixture(html`