pull/1711/head
konnorrogers 2023-11-13 10:06:13 -05:00
rodzic eb246277e3
commit 5d8361c137
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -62,6 +62,7 @@ it('Should allow tabbing to slotted elements', async () => {
</tab-test-1>
`);
await aTimeout(0);
const drawer = el.shadowRoot?.querySelector('sl-drawer');
if (drawer === null || drawer === undefined) throw Error('Could not find drawer inside of the test element');