You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/integration/dav_features/caldav-delegation.feature
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,4 +20,11 @@ Feature: calendar delegation
20
20
When "admin" updates property "{DAV:}group-member-set" to href "/remote.php/dav/principals/users/user0" of principal "users/admin/calendar-proxy-write" on the endpoint "/remote.php/dav/principals/"
21
21
Then The CalDAV response should be multi status
22
22
And The CalDAV response should contain an href "/remote.php/dav/principals/users/admin/calendar-proxy-write"
23
-
And The CalDAV response should contain a property "{DAV:}group-member-set"
23
+
And The CalDAV response should contain a property "{DAV:}group-member-set"
24
+
25
+
Scenario: Admin cannot grant User1 access to User0's calendar account
26
+
Given user "admin" exists
27
+
And user "user0" exists
28
+
And user "user1" exists
29
+
When "admin" updates property "{DAV:}group-member-set" to href "/remote.php/dav/principals/users/user1" of principal "users/user0/calendar-proxy-write" on the endpoint "/remote.php/dav/principals/"
0 commit comments