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.feature
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,3 +87,8 @@ Feature: caldav
87
87
When "user0" requests principal "users/user0" on the endpoint "/remote.php/dav/principals/"
88
88
Then The CalDAV response should be multi status
89
89
And The CalDAV response should contain a property "{urn:ietf:params:xml:ns:caldav}schedule-default-calendar-URL" with a href value "/remote.php/dav/calendars/user0/MyCalendar2/"
90
+
91
+
Scenario: Should create default calendar on first login
92
+
Given user "first-login" exists
93
+
When "first-login" requests calendar "first-login/personal" on the endpoint "/remote.php/dav/calendars/"
0 commit comments