Skip to content

Commit

Permalink
fix(card): cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
lucafoscili committed Feb 14, 2025
1 parent b3009d7 commit 32ac78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/showcase/cypress/e2e/components/card.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe(CY_CATEGORIES.events, () => {
cy.checkEvent(card, eventType);
cy.get(`${cardTag}#material-material-0`)
.findCyElement(rippleSurface)
.first()
.parent() // the actual listener is on the parent in this case
.click();
cy.getCyElement(check).should("exist");
});
Expand Down

0 comments on commit 32ac78b

Please sign in to comment.