Skip to content

Commit 0a73fd5

Browse files
committed
prop
1 parent 6411976 commit 0a73fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/components/Card.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('Card Component', () => {
6666
cy.mount(<Card {...imageProps} />);
6767
cy.get('[data-test="card-image"]')
6868
.should('have.attr', 'src')
69-
.and('include', RoadmapProps.image);
69+
.and('include', imageProps.image);
7070
});
7171

7272
// Render the Roadmap Card with some missing props

0 commit comments

Comments
 (0)