diff --git a/src/app/components/CardRotina.tsx b/src/app/components/CardRotina.tsx
index 8f0f4560..6d29e908 100644
--- a/src/app/components/CardRotina.tsx
+++ b/src/app/components/CardRotina.tsx
@@ -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>
     </>