Skip to content

Commit

Permalink
test: added testId to identify the checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
GustaaSZ committed Sep 18, 2024
1 parent 0df9106 commit bf8e3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/CardRotina.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default function CardRotina({ item, index, date }: IProps) {
style={styles.checkBox}
testID="checkbox"
>
{check && <Icon name="check" size={30}></Icon>}
{check && <Icon name="check" size={30} testID="check-icon"></Icon>}
</Pressable>
</Pressable>
</>
Expand Down

0 comments on commit bf8e3d8

Please sign in to comment.