pull/1736/head
Cory LaViska 2023-11-20 21:04:46 -05:00
rodzic ffe492c503
commit 1e57a632d9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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();