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