mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
fix: update e2e test
This commit is contained in:
@ -12,7 +12,7 @@ test.describe.configure({ mode: 'serial' });
|
|||||||
|
|
||||||
const username = 'Test User';
|
const username = 'Test User';
|
||||||
const email = 'test-user@auth-flow.documenso.com';
|
const email = 'test-user@auth-flow.documenso.com';
|
||||||
const password = 'Password123';
|
const password = 'Password123#';
|
||||||
|
|
||||||
test('user can sign up with email and password', async ({ page }: { page: Page }) => {
|
test('user can sign up with email and password', async ({ page }: { page: Page }) => {
|
||||||
await page.goto('/signup');
|
await page.goto('/signup');
|
||||||
|
|||||||
Reference in New Issue
Block a user