@@ -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:
@@ -26,6 +26,15 @@ Feature: get grouped email notification
2626 | shareType | user |
2727 | permissionsRole | Viewer |
2828 And user "Alice" has removed the access of user "Brian" from resource "lorem.txt" of space "Personal"
29+ And user "Alice" has sent the following resource share invitation:
30+ | resource | lorem .txt |
31+ | space | Personal |
32+ | sharee | Brian |
33+ | shareType | user |
34+ | permissionsRole | Viewer |
35+ | expirationDateTime | 2042 -01 -01T23 :59 :59 .000Z |
36+ 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"
2938 And user "Alice" has sent the following space share invitation:
3039 | space | New -Space |
3140 | sharee | Brian |
@@ -54,6 +63,14 @@ Feature: get grouped email notification
5463 Even though this share has been revoked you still might have access through other shares and/or space memberships.
5564
5665
66+ Alice Hansen has shared "lorem.txt" with you.
67+
68+
69+ Your share to lorem.txt has expired at %expiry_date_in_mail%
70+
71+ Even though this share has been revoked you still might have access through other shares and/or space memberships.
72+
73+
5774 Alice Hansen has invited you to join "New-Space".
5875
5976
@@ -70,7 +87,7 @@ Feature: get grouped email notification
7087 Even though this membership has expired you still might have access through other shares and/or space memberships
7188 """
7289
73-
90+ @issue-11690
7491 Scenario : get weekly grouped email notification
7592 Given user "Brian" has set the email sending interval to "weekly" using the settings API
7693 And user "Alice" has sent the following resource share invitation:
@@ -80,6 +97,15 @@ Feature: get grouped email notification
8097 | shareType | user |
8198 | permissionsRole | Viewer |
8299 And user "Alice" has removed the access of user "Brian" from resource "lorem.txt" of space "Personal"
100+ And user "Alice" has sent the following resource share invitation:
101+ | resource | lorem .txt |
102+ | space | Personal |
103+ | sharee | Brian |
104+ | shareType | user |
105+ | permissionsRole | Viewer |
106+ | expirationDateTime | 2042 -01 -01T23 :59 :59 .000Z |
107+ 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"
83109 And user "Alice" has sent the following space share invitation:
84110 | space | New -Space |
85111 | sharee | Brian |
@@ -108,6 +134,14 @@ Feature: get grouped email notification
108134 Even though this share has been revoked you still might have access through other shares and/or space memberships.
109135
110136
137+ Alice Hansen has shared "lorem.txt" with you.
138+
139+
140+ Your share to lorem.txt has expired at %expiry_date_in_mail%
141+
142+ Even though this share has been revoked you still might have access through other shares and/or space memberships.
143+
144+
111145 Alice Hansen has invited you to join "New-Space".
112146
113147
0 commit comments