diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-11-15 19:06:40 +0100 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-11-15 19:28:02 +0000 |
commit | 1b71b84110adc16c6c89c007a0b8eb244c3b5ba2 (patch) | |
tree | 0020e55dcf9351949fc01982ca7e4130fbf07dc6 /apps | |
parent | 59d20bf78b5bfb4ce3c5058b70e1dbe2c96c13db (diff) | |
download | nextcloud-server-1b71b84110adc16c6c89c007a0b8eb244c3b5ba2.tar.gz nextcloud-server-1b71b84110adc16c6c89c007a0b8eb244c3b5ba2.zip |
Fix CalDavSettings spec
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
(cherry picked from commit d78fa59f373fbf4e5e90e0d9f629d2de898dcccf)
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap b/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap index ed024d32475..136abaffb4e 100644 --- a/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap +++ b/apps/dav/src/views/__snapshots__/CalDavSettings.spec.js.snap @@ -72,18 +72,18 @@ exports[`CalDavSettings interactions 1`] = ` > <span class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked" - data-v-2b31639e="" data-v-751c6bad="" + data-v-d423551e="" style="--icon-size: 36px;" > <label class="checkbox-radio-switch__label" - data-v-2b31639e="" + data-v-d423551e="" for="caldavSendInvitations" > <input class="checkbox-radio-switch__input" - data-v-2b31639e="" + data-v-d423551e="" id="caldavSendInvitations" type="checkbox" value="" @@ -92,7 +92,7 @@ exports[`CalDavSettings interactions 1`] = ` <span aria-hidden="true" class="material-design-icon toggle-switch-icon checkbox-radio-switch__icon" - data-v-2b31639e="" + data-v-d423551e="" role="img" > <svg @@ -133,18 +133,18 @@ exports[`CalDavSettings interactions 1`] = ` > <span class="checkbox-radio-switch checkbox checkbox-radio-switch-switch checkbox-radio-switch--checked" - data-v-2b31639e="" data-v-751c6bad="" + data-v-d423551e="" style="--icon-size: 36px;" > <label class="checkbox-radio-switch__label" - data-v-2b31639e="" + data-v-d423551e="" for="caldavGenerateBirthdayCalendar" > <input class="checkbox-radio-switch__input" - data-v-2b31639e="" + data-v-d423551e="" id="caldavGenerateBirthdayCalendar" type="checkbox" value="" @@ -153,7 +153,7 @@ exports[`CalDavSettings interactions 1`] = ` <span aria-hidden="true" class="material-design-icon toggle-switch-icon checkbox-radio-switch__icon" - data-v-2b31639e="" + data-v-d423551e="" role="img" > <svg @@ -202,18 +202,18 @@ exports[`CalDavSettings interactions 1`] = ` > <span class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked" - data-v-2b31639e="" data-v-751c6bad="" + data-v-d423551e="" style="--icon-size: 36px;" > <label class="checkbox-radio-switch__label" - data-v-2b31639e="" + data-v-d423551e="" for="caldavSendEventReminders" > <input class="checkbox-radio-switch__input" - data-v-2b31639e="" + data-v-d423551e="" id="caldavSendEventReminders" type="checkbox" value="" @@ -222,7 +222,7 @@ exports[`CalDavSettings interactions 1`] = ` <span aria-hidden="true" class="material-design-icon toggle-switch-icon checkbox-radio-switch__icon" - data-v-2b31639e="" + data-v-d423551e="" role="img" > <svg @@ -276,18 +276,18 @@ exports[`CalDavSettings interactions 1`] = ` > <span class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked" - data-v-2b31639e="" data-v-751c6bad="" + data-v-d423551e="" style="--icon-size: 36px;" > <label class="checkbox-radio-switch__label" - data-v-2b31639e="" + data-v-d423551e="" for="caldavSendEventRemindersToSharedGroupMembers" > <input class="checkbox-radio-switch__input" - data-v-2b31639e="" + data-v-d423551e="" id="caldavSendEventRemindersToSharedGroupMembers" type="checkbox" value="" @@ -296,7 +296,7 @@ exports[`CalDavSettings interactions 1`] = ` <span aria-hidden="true" class="material-design-icon toggle-switch-icon checkbox-radio-switch__icon" - data-v-2b31639e="" + data-v-d423551e="" role="img" > <svg @@ -334,18 +334,18 @@ exports[`CalDavSettings interactions 1`] = ` > <span class="checkbox-radio-switch checkbox-radio-switch-switch checkbox-radio-switch--checked" - data-v-2b31639e="" data-v-751c6bad="" + data-v-d423551e="" style="--icon-size: 36px;" > <label class="checkbox-radio-switch__label" - data-v-2b31639e="" + data-v-d423551e="" for="caldavSendEventRemindersPush" > <input class="checkbox-radio-switch__input" - data-v-2b31639e="" + data-v-d423551e="" id="caldavSendEventRemindersPush" type="checkbox" value="" @@ -354,7 +354,7 @@ exports[`CalDavSettings interactions 1`] = ` <span aria-hidden="true" class="material-design-icon toggle-switch-icon checkbox-radio-switch__icon" - data-v-2b31639e="" + data-v-d423551e="" role="img" > <svg |