This is Tooltip using overlay
Tooltip button
`);
const invoker = el.querySelector('[slot="invoker"]');
const event = new Event('mouseenter');
invoker.dispatchEvent(event);
await el.updateComplete;
expect(el.querySelector('strong')).to.not.be.undefined;
});
});
describe('Accessibility', () => {
it('should visible on focusin and hide on focusout', async () => {
const el = await fixture(html`