@@ -16,7 +16,7 @@ Feature: get grouped email notification
1616 And user "Alice" has created a space "New-Space" with the default quota using the Graph API
1717 And user "Alice" has uploaded file with content "some data" to "lorem.txt"
1818
19-
19+ @issue-11690
2020 Scenario : get daily grouped email notification
2121 Given user "Brian" has set the email sending interval to "daily" using the settings API
2222 And user "Alice" has sent the following resource share invitation:
@@ -34,6 +34,7 @@ Feature: get grouped email notification
3434 | permissionsRole | Viewer |
3535 | expirationDateTime | 2042 -01 -01T23 :59 :59 .000Z |
3636 And user "Alice" has expired the last share of resource "lorem.txt" inside of the space "Personal"
37+ And user "Alice" has triggered the share expiration notification for file "lorem.txt"
3738 And user "Alice" has sent the following space share invitation:
3839 | space | New -Space |
3940 | sharee | Brian |
@@ -62,7 +63,10 @@ Feature: get grouped email notification
6263 Even though this share has been revoked you still might have access through other shares and/or space memberships.
6364
6465
65- Your share to "lorem.txt" has expired at %expiry_date_in_mail%
66+ Alice Hansen has shared "lorem.txt" with you.
67+
68+
69+ Your share to lorem.txt has expired at %expiry_date_in_mail%
6670
6771 Even though this share has been revoked you still might have access through other shares and/or space memberships.
6872
@@ -83,7 +87,7 @@ Feature: get grouped email notification
8387 Even though this membership has expired you still might have access through other shares and/or space memberships
8488 """
8589
86-
90+ @issue-11690
8791 Scenario : get weekly grouped email notification
8892 Given user "Brian" has set the email sending interval to "weekly" using the settings API
8993 And user "Alice" has sent the following resource share invitation:
@@ -101,6 +105,7 @@ Feature: get grouped email notification
101105 | permissionsRole | Viewer |
102106 | expirationDateTime | 2042 -01 -01T23 :59 :59 .000Z |
103107 And user "Alice" has expired the last share of resource "lorem.txt" inside of the space "Personal"
108+ And user "Alice" has triggered the share expiration notification for file "lorem.txt"
104109 And user "Alice" has sent the following space share invitation:
105110 | space | New -Space |
106111 | sharee | Brian |
@@ -129,7 +134,10 @@ Feature: get grouped email notification
129134 Even though this share has been revoked you still might have access through other shares and/or space memberships.
130135
131136
132- Your share to "lorem.txt" has expired at %expiry_date_in_mail%
137+ Alice Hansen has shared "lorem.txt" with you.
138+
139+
140+ Your share to lorem.txt has expired at %expiry_date_in_mail%
133141
134142 Even though this share has been revoked you still might have access through other shares and/or space memberships.
135143
0 commit comments