From 6781ff137ef15efa6cbaa930b38909f99a545d26 Mon Sep 17 00:00:00 2001 From: David Nguyen Date: Sat, 16 Mar 2024 19:00:19 +0800 Subject: [PATCH] fix: test --- packages/app-tests/e2e/fixtures/authentication.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app-tests/e2e/fixtures/authentication.ts b/packages/app-tests/e2e/fixtures/authentication.ts index 3c0774da0..9f3a50756 100644 --- a/packages/app-tests/e2e/fixtures/authentication.ts +++ b/packages/app-tests/e2e/fixtures/authentication.ts @@ -44,7 +44,7 @@ export const apiSignin = async ({ page, email = 'example@documenso.com', password = 'password', - redirectPath, + redirectPath = '/', }: LoginOptions) => { const { request } = page.context();