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
@@ -79,3 +79,8 @@ Feature: caldav
79
79
When "user0" requests principal "users/user0" on the endpoint "/remote.php/dav/principals/"
80
80
Then The CalDAV response should be multi status
81
81
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/"
82
+
83
+
Scenario: Should create default calendar on first login
84
+
Given user "first-login" exists
85
+
When "first-login" requests calendar "first-login/personal" on the endpoint "/remote.php/dav/calendars/"
0 commit comments