From 8f3a52e1fdf8b330e8df221a4e69802e2626fa1a Mon Sep 17 00:00:00 2001 From: Lucas Smith Date: Fri, 2 Feb 2024 04:49:03 +0000 Subject: [PATCH] fix: update e2e test --- packages/app-tests/e2e/test-auth-flow.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app-tests/e2e/test-auth-flow.spec.ts b/packages/app-tests/e2e/test-auth-flow.spec.ts index 9a07ec3c7..45b6dea03 100644 --- a/packages/app-tests/e2e/test-auth-flow.spec.ts +++ b/packages/app-tests/e2e/test-auth-flow.spec.ts @@ -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');