fix: update e2e test

This commit is contained in:
Lucas Smith
2024-02-02 04:49:03 +00:00
parent 861225b7c4
commit 8f3a52e1fd

View File

@ -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');