Änderungen an Branding - App Name
This commit is contained in:
@@ -16,7 +16,7 @@ test('[DOCUMENT_AUTH]: should grant access when not required', async ({ page })
|
||||
|
||||
const document = await seedPendingDocument(user, [
|
||||
recipientWithAccount,
|
||||
'recipientwithoutaccount@documenso.com',
|
||||
'recipientwithoutaccount@sign.bls.media',
|
||||
]);
|
||||
|
||||
const recipients = await prisma.recipient.findMany({
|
||||
@@ -40,7 +40,7 @@ test('[DOCUMENT_AUTH]: should allow or deny access when required', async ({ page
|
||||
|
||||
const document = await seedPendingDocument(
|
||||
user,
|
||||
[recipientWithAccount, 'recipientwithoutaccount@documenso.com'],
|
||||
[recipientWithAccount, 'recipientwithoutaccount@sign.bls.media'],
|
||||
{
|
||||
createDocumentOptions: {
|
||||
authOptions: createDocumentAuthOptions({
|
||||
|
||||
Reference in New Issue
Block a user