mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
fix: update e2e test
This commit is contained in:
parent
861225b7c4
commit
8f3a52e1fd
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ test.describe.configure({ mode: 'serial' });
|
|||
|
||||
const username = 'Test User';
|
||||
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 }) => {
|
||||
await page.goto('/signup');
|
||||
|
|
|
|||
Loading…
Reference in a new issue