mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix a11y test
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user