about summary refs log tree commit diff
path: root/src/screens/Signup/index.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-04-13 20:44:14 -0700
committerGitHub <noreply@github.com>2024-04-13 20:44:14 -0700
commit4b69948366cb2cd9ea9db4dd9c9b98a7da4b2d47 (patch)
treefc935b1fe6a1dcde28b47d3094d6b0444f80aca5 /src/screens/Signup/index.tsx
parent0b43d728e4b95fe2f8085b8d01e34963f8663c0d (diff)
downloadvoidsky-4b69948366cb2cd9ea9db4dd9c9b98a7da4b2d47.tar.zst
Release 1.77.0 (#3549)
* A couple test fixes

* Intl extract
Diffstat (limited to 'src/screens/Signup/index.tsx')
-rw-r--r--src/screens/Signup/index.tsx1
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"