From 7f9d67419f1c2395cf0218abe1ebbaaabbd21eb5 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sat, 31 Aug 2024 16:28:05 +0200 Subject: [PATCH] test: Update snapshots Signed-off-by: Ferdinand Thiessen --- .../__snapshots__/CalDavSettings.spec.js.snap | 474 +----------------- package.json | 1 + 2 files changed, 16 insertions(+), 459 deletions(-) diff --git a/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap b/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap index ea307542ee9..cb5a71e64c6 100644 --- a/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap +++ b/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap @@ -72,23 +72,23 @@ exports[`CalDavSettings > interactions 1`] = ` > interactions 1`] = ` > interactions 1`] = ` > interactions 1`] = ` > interactions 1`] = ` > interactions 1`] = ` `; - -exports[`CalDavSettings interactions 1`] = ` -
-
-

- Calendar server - -

- -

- Also install the - - Calendar app - - , or - - connect your desktop & mobile for syncing ↗ - - . -

- -

- - - - - - - Send invitations to attendees - - - - - - - Please make sure to properly set up - - the email server - - . - -

- -

- - - - - - - Automatically generate a birthday calendar - - - - - - - - Birthday calendars will be generated by a background job. - - - -
- - - - Hence they will not be available immediately after enabling but will show up after some time. - - -

- -

- - - - - - - Send notifications for events - - - - - - - Please make sure to properly set up - - the email server - - . - - -
- - - - Notifications are sent via background jobs, so these must occur often enough. - - -

- -

- - - - - - - Send reminder notifications to calendar sharees as well - - - - - - - - Reminders are always sent to organizers and attendees. - - -

- -

- - - - - - - Enable notifications for events via push - - - - -

-
-
-`; diff --git a/package.json b/package.json index 5659df4d1d2..6e9c5b8607c 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "test": "vitest run", "test:watch": "vitest watch", "test:coverage": "vitest run --coverage", + "test:update-snapshots": "vitest run --update", "test:jsunit": "karma start tests/karma.config.js --single-run", "sass": "sass --style compressed --load-path core/css core/css/ $(for cssdir in $(find apps -mindepth 2 -maxdepth 2 -name \"css\"); do if ! $(git check-ignore -q $cssdir); then printf \"$cssdir \"; fi; done)", "sass:watch": "sass --watch --load-path core/css core/css/ $(for cssdir in $(find apps -mindepth 2 -maxdepth 2 -name \"css\"); do if ! $(git check-ignore -q $cssdir); then printf \"$cssdir \"; fi; done)",