Skip to content

Commit 4d06c9c

Browse files
committed
#RI-4768 - fix tests
1 parent 549f16e commit 4d06c9c

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/components/live-time-recommendations/components/recommendation

1 file changed

+1
-1
lines changed

redisinsight/ui/src/components/live-time-recommendations/components/recommendation/Recommendation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ const Recommendation = ({
245245
className={styles.snoozeBtn}
246246
onClick={handleDelete}
247247
aria-label="snooze recommendation"
248-
data-testid={`snooze-${name}-btn`}
248+
data-testid={`${name}-delete-btn`}
249249
/>
250250
</EuiToolTip>
251251
</EuiFlexItem>

0 commit comments

Comments
 (0)