diff --git a/packages/main/cypress/specs/Carousel.cy.tsx b/packages/main/cypress/specs/Carousel.cy.tsx index a620a2c11e58..5d421ca6e05f 100644 --- a/packages/main/cypress/specs/Carousel.cy.tsx +++ b/packages/main/cypress/specs/Carousel.cy.tsx @@ -389,7 +389,7 @@ describe("Carousel general interaction", () => { }); - it.only("navigateTo method and visibleItemsIndices", () => { + it("navigateTo method and visibleItemsIndices", () => { cy.mount( @@ -614,4 +614,87 @@ describe("Carousel general interaction", () => { .find(".ui5-carousel-item:nth-child(5)") .should("have.class", "ui5-carousel-item--hidden"); }); + + it("should render only visible items", () => { + cy.mount( + +