We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6411976 commit 0a73fd5Copy full SHA for 0a73fd5
cypress/components/Card.cy.tsx
@@ -66,7 +66,7 @@ describe('Card Component', () => {
66
cy.mount(<Card {...imageProps} />);
67
cy.get('[data-test="card-image"]')
68
.should('have.attr', 'src')
69
- .and('include', RoadmapProps.image);
+ .and('include', imageProps.image);
70
});
71
72
// Render the Roadmap Card with some missing props
0 commit comments