Skip to content

Commit 60539ae

Browse files
authored
Merge pull request #5832 from EdgeApp/matthew/ip2fa-maestro
Add testID to ip2fa card
2 parents 523df9b + 4d05d39 commit 60539ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/notification/NotificationView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ export const NotificationView: React.FC<Props> = props => {
279279
onPress={handle2FaEnabledPress}
280280
onDismiss={handle2FaEnabledClose}
281281
isPriority={isPriority}
282+
testID="notifIp2Fa"
282283
/>
283284
)
284285
}

0 commit comments

Comments
 (0)