fix: test

This commit is contained in:
David Nguyen
2024-03-16 19:00:19 +08:00
parent fa9099bc86
commit 6781ff137e

View File

@ -44,7 +44,7 @@ export const apiSignin = async ({
page,
email = 'example@documenso.com',
password = 'password',
redirectPath,
redirectPath = '/',
}: LoginOptions) => {
const { request } = page.context();