@@ -65,6 +65,9 @@ Feature: ListGrants role
65
65
And for user "Brian" file "textfile1.txt" should have the following shares:
66
66
| sharee | shareType | permissionsRole |
67
67
| Brian | user | <permissions -role > |
68
+ And for user "Brian" file "textfile1.txt" of the space "Shares" should have the following activities:
69
+ | {user } added {resource } to {folder } |
70
+ | {user } shared {resource } with {sharee } |
68
71
Examples :
69
72
| permissions -role |
70
73
| Viewer With ListGrants |
@@ -125,6 +128,9 @@ Feature: ListGrants role
125
128
And for user "Brian" folder "FolderToShare" should have the following shares:
126
129
| sharee | shareType | permissionsRole |
127
130
| Brian | user | <permissions -role > |
131
+ And for user "Brian" folder "FolderToShare" of the space "Shares" should have the following activities:
132
+ | {user } added {resource } to {folder } |
133
+ | {user } shared {resource } with {sharee } |
128
134
Examples :
129
135
| permissions -role |
130
136
| Viewer With ListGrants |
@@ -188,6 +194,9 @@ Feature: ListGrants role
188
194
And for user "Brian" file "textfile1.txt" should have the following shares:
189
195
| sharee | shareType | permissionsRole |
190
196
| Brian | user | <permissions -role > |
197
+ And for user "Brian" file "textfile1.txt" of the space "Shares" should have the following activities:
198
+ | {user } added {resource } to {folder } |
199
+ | {user } shared {resource } with {sharee } |
191
200
Examples :
192
201
| permissions -role |
193
202
| Viewer With ListGrants |
@@ -251,6 +260,9 @@ Feature: ListGrants role
251
260
And for user "Brian" folder "FolderToShare" should have the following shares:
252
261
| sharee | shareType | permissionsRole |
253
262
| Brian | user | <permissions -role > |
263
+ And for user "Brian" folder "FolderToShare" of the space "Shares" should have the following activities:
264
+ | {user } added {resource } to {folder } |
265
+ | {user } shared {resource } with {sharee } |
254
266
Examples :
255
267
| permissions -role |
256
268
| Viewer With ListGrants |
@@ -304,6 +316,9 @@ Feature: ListGrants role
304
316
And for user "Brian" file "textfile1.txt" should have the following shares:
305
317
| sharee | shareType | permissionsRole |
306
318
| Brian | user | <new -permissions -role > |
319
+ And for user "Brian" file "textfile1.txt" of the space "Shares" should have the following activities:
320
+ | {user } added {resource } to {folder } |
321
+ | {user } shared {resource } with {sharee } |
307
322
Examples :
308
323
| permissions -role | new -permissions -role |
309
324
| Viewer | Viewer With ListGrants |
@@ -359,6 +374,9 @@ Feature: ListGrants role
359
374
And for user "Brian" folder "FolderToShare" should have the following shares:
360
375
| sharee | shareType | permissionsRole |
361
376
| Brian | user | <new -permissions -role > |
377
+ And for user "Brian" folder "FolderToShare" of the space "Shares" should have the following activities:
378
+ | {user } added {resource } to {folder } |
379
+ | {user } shared {resource } with {sharee } |
362
380
Examples :
363
381
| permissions -role | new -permissions -role |
364
382
| Viewer | Viewer With ListGrants |
@@ -419,6 +437,10 @@ Feature: ListGrants role
419
437
And for user "Brian" file "textfile1.txt" should have the following shares:
420
438
| sharee | shareType | permissionsRole |
421
439
| Brian | user | <new -permissions -role > |
440
+ And for user "Brian" file "textfile1.txt" of the space "Shares" should have the following activities:
441
+ | {user } added {resource } to {folder } |
442
+ | {user } shared {resource } with {sharee } |
443
+ | {user } updated {field } for the {resource } |
422
444
Examples :
423
445
| permissions -role | new -permissions -role |
424
446
| Viewer | Viewer With ListGrants |
@@ -477,6 +499,10 @@ Feature: ListGrants role
477
499
And for user "Brian" folder "FolderToShare" should have the following shares:
478
500
| sharee | shareType | permissionsRole |
479
501
| Brian | user | <new -permissions -role > |
502
+ And for user "Brian" folder "FolderToShare" of the space "Shares" should have the following activities:
503
+ | {user } added {resource } to {folder } |
504
+ | {user } shared {resource } with {sharee } |
505
+ | {user } updated {field } for the {resource } |
480
506
Examples :
481
507
| permissions -role | new -permissions -role |
482
508
| Viewer | Viewer With ListGrants |
@@ -534,6 +560,7 @@ Feature: ListGrants role
534
560
And for user "Brian" file "textfile1.txt" should have the following shares:
535
561
| sharee | shareType | permissionsRole |
536
562
| Brian | user | <new -permissions -role > |
563
+ And for user "Brian" file "textfile1.txt" of the space "Shares" should not have any activity
537
564
Examples :
538
565
| permissions -role | new -permissions -role |
539
566
| Viewer With ListGrants | Viewer |
@@ -589,6 +616,7 @@ Feature: ListGrants role
589
616
And for user "Brian" folder "FolderToShare" should have the following shares:
590
617
| sharee | shareType | permissionsRole |
591
618
| Brian | user | <new -permissions -role > |
619
+ And for user "Brian" folder "FolderToShare" of the space "Shares" should not have any activity
592
620
Examples :
593
621
| permissions -role | new -permissions -role |
594
622
| Viewer With ListGrants | Viewer |
@@ -649,6 +677,10 @@ Feature: ListGrants role
649
677
And for user "Brian" file "textfile1.txt" should have the following shares:
650
678
| sharee | shareType | permissionsRole |
651
679
| Brian | user | <new -permissions -role > |
680
+ And for user "Brian" file "textfile1.txt" of the space "Shares" should have the following activities:
681
+ | {user } added {resource } to {folder } |
682
+ | {user } shared {resource } with {sharee } |
683
+ | {user } updated {field } for the {resource } |
652
684
Examples :
653
685
| new -permissions -role | permissions -role |
654
686
| Viewer With ListGrants | Viewer |
@@ -707,6 +739,10 @@ Feature: ListGrants role
707
739
And for user "Brian" folder "FolderToShare" should have the following shares:
708
740
| sharee | shareType | permissionsRole |
709
741
| Brian | user | <new -permissions -role > |
742
+ And for user "Brian" folder "FolderToShare" of the space "Shares" should have the following activities:
743
+ | {user } added {resource } to {folder } |
744
+ | {user } shared {resource } with {sharee } |
745
+ | {user } updated {field } for the {resource } |
710
746
Examples :
711
747
| new -permissions -role | permissions -role |
712
748
| Viewer With ListGrants | Viewer |
@@ -1306,6 +1342,9 @@ Feature: ListGrants role
1306
1342
| sharee | shareType | permissionsRole |
1307
1343
| Brian | user | Viewer |
1308
1344
| grp1 | group | <permissions -role > |
1345
+ And for user "Brian" folder "folder" of the space "Shares" should have the following activities:
1346
+ | {user } added {resource } to {folder } |
1347
+ | {user } shared {resource } with {sharee } |
1309
1348
Examples :
1310
1349
| permissions -role |
1311
1350
| Viewer With ListGrants |
0 commit comments