From 5eb2a5df7e2785c3dee692a7f235550257ed40c9 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sun, 23 Jul 2023 03:37:46 +0200 Subject: [PATCH] fix(dav): Update jest snapshot for changed vue sidebar tab Signed-off-by: Ferdinand Thiessen --- .../__snapshots__/CalDavSettings.spec.js.snap | 373 ++++++++++-------- 1 file changed, 214 insertions(+), 159 deletions(-) diff --git a/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap b/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap index 1288552bea1..68bd01c5a4a 100644 --- a/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap +++ b/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap @@ -4,11 +4,11 @@ exports[`CalDavSettings interactions 1`] = `

Calendar server @@ -16,7 +16,7 @@ exports[`CalDavSettings interactions 1`] = `

+ + +

+ + Automatically generate a birthday calendar + Birthday calendars will be generated by a background job. @@ -188,11 +210,11 @@ exports[`CalDavSettings interactions 1`] = `
Hence they will not be available immediately after enabling but will show up after some time. @@ -201,55 +223,66 @@ exports[`CalDavSettings interactions 1`] = `

+ + + + + Send notifications for events + Please make sure to properly set up
Notifications are sent via background jobs, so these must occur often enough. @@ -275,55 +308,66 @@ exports[`CalDavSettings interactions 1`] = `

+ + + + + Send reminder notifications to calendar sharees as well + Reminders are always sent to organizers and attendees. @@ -333,50 +377,61 @@ exports[`CalDavSettings interactions 1`] = `

+ + + + + Enable notifications for events via push +

-- 2.39.5