Skip to content

Commit 6c2bfdd

Browse files
committed
fix(mfa): drop the duplicated testID from the outcome BlockingView
The same testID was set on both ScreenWrapper and BlockingView since the component was introduced, so getByTestId would match two elements. Keep the one on ScreenWrapper, where testID is required and follows the repo-wide screen convention.
1 parent d2e0226 commit 6c2bfdd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/MultifactorAuthentication/components/OutcomeScreen/OutcomeScreenBase.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ function OutcomeScreenBase({headerTitle, illustration, iconWidth, iconHeight, ti
9191
titleStyles={[styles.mb2, titleStyle]}
9292
CustomSubtitle={CustomSubtitle}
9393
containerStyle={[styles.ph5, padding]}
94-
testID="MultifactorAuthenticationOutcomeScreen"
9594
/>
9695
</ScrollView>
9796
<View style={[styles.flexRow, styles.m5, styles.mt0]}>

0 commit comments

Comments
 (0)