diff options
Diffstat (limited to 'src/screens/Signup/index.tsx')
-rw-r--r-- | src/screens/Signup/index.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/Signup/index.tsx b/src/screens/Signup/index.tsx index e17461588..7708599fb 100644 --- a/src/screens/Signup/index.tsx +++ b/src/screens/Signup/index.tsx @@ -196,6 +196,7 @@ export function Signup({onPressBack}: {onPressBack: () => void}) { </Button> ) : ( <Button + testID="nextBtn" label={_(msg`Continue to next step`)} variant="solid" color="primary" |