mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 17:35:05 +10:00
feat(ui): rename sign up button for better clarity (#2427)
This commit is contained in:
@@ -402,7 +402,7 @@ export const SignUpForm = ({
|
|||||||
size="lg"
|
size="lg"
|
||||||
className="mt-6 w-full"
|
className="mt-6 w-full"
|
||||||
>
|
>
|
||||||
<Trans>Complete</Trans>
|
<Trans>Create account</Trans>
|
||||||
</Button>
|
</Button>
|
||||||
</form>
|
</form>
|
||||||
</Form>
|
</Form>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ test('[USER] can sign up with email and password', async ({ page }: { page: Page
|
|||||||
|
|
||||||
await signSignaturePad(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');
|
await page.waitForURL('/unverified-account');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user