Skip to content

Commit

Permalink
Update cypress/test/community/Card.cy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema authored Jun 17, 2023
1 parent 6a322fb commit 30cbb41
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions cypress/test/community/Card.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@ describe('SmallHomeCards', () => {
link: '/path'
};

mount(

<SmallHomeCards {...props} />

);
mount(<SmallHomeCards {...props} /> );
// Testing for small prop classes and styles

cy.get('[data-testid="Card-heading"]').contains('Heading').should('exist');
Expand Down

0 comments on commit 30cbb41

Please sign in to comment.