pull/1002/head
Cory LaViska 2022-11-02 08:43:52 -05:00
rodzic 4e1cf11461
commit bfa320c5b5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,7 @@ import type SlTabPanel from './tab-panel';
describe('<sl-tab-panel>', () => {
it('passes accessibility test', async () => {
const el = await fixture<SlTabPanel>(html` <sl-tab-panel>Test</sl-tab-panel> `);
expect(el).to.be.accessible();
await expect(el).to.be.accessible();
});
it('default properties', async () => {