Skip to content

Commit a7e7bf3

Browse files
chore(ui5-carousel): allow all tests to run (#12551)
1 parent 20838ab commit a7e7bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/cypress/specs/Carousel.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ describe("Carousel general interaction", () => {
389389

390390
});
391391

392-
it.only("navigateTo method and visibleItemsIndices", () => {
392+
it("navigateTo method and visibleItemsIndices", () => {
393393
cy.mount(
394394
<Carousel id="carousel9" itemsPerPage="S2 M2 L2 XL2" arrowsPlacement="Navigation">
395395
<Button>Button 1</Button>

0 commit comments

Comments
 (0)