Skip to content

Commit

Permalink
fix a11y error
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Nov 21, 2023
1 parent ffe492c commit 1e57a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/carousel-item/carousel-item.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('<sl-carousel-item>', () => {

it('should pass accessibility tests', async () => {
// Arrange
const el = await fixture(html` <div role="list"><sl-carousel-item></sl-carousel-item></div> `);
const el = await fixture(html` <sl-carousel-item></sl-carousel-item> `);

// Assert
await expect(el).to.be.accessible();
Expand Down

0 comments on commit 1e57a63

Please sign in to comment.