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;
});
it('should respond to dynamically changing the popperConfig', async () => {
const el = await fixture(html`