Skip to content

Commit 4254f22

Browse files
fix: integration test, shure that the email will be send
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 70aeaaf commit 4254f22

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/integration/features/sign/request.feature

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Feature: request-signature
3434
And user "signer2" exists
3535
And set the email of user "signer1" to "[email protected]"
3636
And set the email of user "signer2" to "[email protected]"
37+
And run the command "config:app:set activity notify_email_libresign_file_to_sign --value=1" with result code 0
38+
And run the command "user:setting signer1 activity notify_email_libresign_file_to_sign 1" with result code 0
3739
And my inbox is empty
3840
And reset notifications of user "signer1"
3941
And reset notifications of user "signer2"
@@ -68,6 +70,9 @@ Feature: request-signature
6870
And user "signer2" exists
6971
And set the email of user "signer1" to "[email protected]"
7072
And set the email of user "signer2" to "[email protected]"
73+
And run the command "config:app:set activity notify_email_libresign_file_to_sign --value=1" with result code 0
74+
And run the command "user:setting signer1 activity notify_email_libresign_file_to_sign 1" with result code 0
75+
And run the command "user:setting signer2 activity notify_email_libresign_file_to_sign 1" with result code 0
7176
And my inbox is empty
7277
And reset notifications of user "signer1"
7378
And reset notifications of user "signer2"

0 commit comments

Comments
 (0)