Skip to content

Commit b13a3a3

Browse files
authored
Merge pull request #10811 from owncloud/test/check-createdDateTime-in-response
[tests-only][full-ci] test: check if share creation date is not missing in share invite response
2 parents 0c9a5b4 + 6c5c05a commit b13a3a3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/acceptance/features/apiSharingNgShareInvitation/shareInvitations.feature

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
@issue-10739
12
Feature: Send a sharing invitations
23
As the owner of a resource
34
I want to be able to send invitations to other users
@@ -38,6 +39,7 @@ Feature: Send a sharing invitations
3839
"items": {
3940
"type": "object",
4041
"required": [
42+
"createdDateTime",
4143
"id",
4244
"roles",
4345
"grantedToV2"
@@ -128,6 +130,7 @@ Feature: Send a sharing invitations
128130
"items": {
129131
"type": "object",
130132
"required": [
133+
"createdDateTime",
131134
"id",
132135
"roles",
133136
"grantedToV2"
@@ -209,6 +212,7 @@ Feature: Send a sharing invitations
209212
"items": {
210213
"type": "object",
211214
"required": [
215+
"createdDateTime",
212216
"id",
213217
"@libre.graph.permissions.actions",
214218
"grantedToV2"
@@ -297,6 +301,7 @@ Feature: Send a sharing invitations
297301
"items": {
298302
"type": "object",
299303
"required": [
304+
"createdDateTime",
300305
"id",
301306
"@libre.graph.permissions.actions",
302307
"grantedToV2"
@@ -394,6 +399,7 @@ Feature: Send a sharing invitations
394399
"items": {
395400
"type": "object",
396401
"required": [
402+
"createdDateTime",
397403
"id",
398404
"@libre.graph.permissions.actions",
399405
"grantedToV2"
@@ -488,6 +494,7 @@ Feature: Send a sharing invitations
488494
"items": {
489495
"type": "object",
490496
"required": [
497+
"createdDateTime",
491498
"id",
492499
"@libre.graph.permissions.actions",
493500
"grantedToV2"
@@ -581,6 +588,7 @@ Feature: Send a sharing invitations
581588
"items": {
582589
"type": "object",
583590
"required": [
591+
"createdDateTime",
584592
"id",
585593
"roles",
586594
"grantedToV2",
@@ -677,6 +685,7 @@ Feature: Send a sharing invitations
677685
"items": {
678686
"type": "object",
679687
"required": [
688+
"createdDateTime",
680689
"id",
681690
"roles",
682691
"grantedToV2",
@@ -767,6 +776,7 @@ Feature: Send a sharing invitations
767776
"items": {
768777
"type": "object",
769778
"required": [
779+
"createdDateTime",
770780
"id",
771781
"roles",
772782
"grantedToV2"
@@ -2004,6 +2014,7 @@ Feature: Send a sharing invitations
20042014
"items": {
20052015
"type": "object",
20062016
"required": [
2017+
"createdDateTime",
20072018
"grantedToV2",
20082019
"roles"
20092020
],
@@ -2092,6 +2103,7 @@ Feature: Send a sharing invitations
20922103
"items": {
20932104
"type": "object",
20942105
"required": [
2106+
"createdDateTime",
20952107
"id",
20962108
"roles",
20972109
"grantedToV2"

0 commit comments

Comments
 (0)