fix tab a11y test

pull/1002/head
Cory LaViska 2022-11-02 08:48:39 -05:00
rodzic bfa320c5b5
commit 084c1dc5b5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ describe('<sl-tab>', () => {
<sl-tab slot="nav">Test</sl-tab>
</sl-tab-group>
`);
expect(el).to.be.accessible();
await expect(el).to.be.accessible();
});
it('should render default tab', async () => {