Änderungen an Branding - App Name
This commit is contained in:
@@ -343,14 +343,14 @@ test('[DOCUMENT_FLOW]: should be able to approve a document', async ({ page }) =
|
||||
|
||||
const { recipients } = await seedPendingDocumentWithFullFields({
|
||||
owner: user,
|
||||
recipients: ['user@documenso.com', 'approver@documenso.com'],
|
||||
recipients: ['user@sign.bls.media', 'approver@sign.bls.media'],
|
||||
recipientsCreateOptions: [
|
||||
{
|
||||
email: 'user@documenso.com',
|
||||
email: 'user@sign.bls.media',
|
||||
role: RecipientRole.SIGNER,
|
||||
},
|
||||
{
|
||||
email: 'approver@documenso.com',
|
||||
email: 'approver@sign.bls.media',
|
||||
role: RecipientRole.APPROVER,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user