kopia lustrzana https://github.com/shoelace-style/shoelace
fix a11y test
rodzic
4e1cf11461
commit
bfa320c5b5
|
|
@ -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 () => {
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue