Skip to content

Commit 39b453e

Browse files
committed
test: add missing testIDs for maestro selectors
Add a testID to the GettingStarted scene's sign-in link so the RN 0.83 upgrade verification flow can reach the login screen by selector.
1 parent c3eca5b commit 39b453e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/scenes/GettingStartedScene.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ export const GettingStartedScene: React.FC<Props> = props => {
406406
</EdgeAnim>
407407
</View>
408408
<EdgeTouchableOpacity
409+
testID="getStartedSignIn"
409410
style={styles.tertiaryTouchable}
410411
onPress={handlePressSignIn}
411412
>

0 commit comments

Comments
 (0)