feat(ui): rename sign up button for better clarity (#2427)

This commit is contained in:
Konrad
2026-01-30 02:30:33 +01:00
committed by GitHub
parent 8704c731c0
commit 2df41b9f01
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -402,7 +402,7 @@ export const SignUpForm = ({
size="lg"
className="mt-6 w-full"
>
<Trans>Complete</Trans>
<Trans>Create account</Trans>
</Button>
</form>
</Form>
@@ -23,7 +23,7 @@ test('[USER] can sign up with email and password', async ({ page }: { page: Page
await signSignaturePad(page);
await page.getByRole('button', { name: 'Complete', exact: true }).click();
await page.getByRole('button', { name: 'Create account', exact: true }).click();
await page.waitForURL('/unverified-account');