diff --git a/frontend/src/components/SettingsCalendar.vue b/frontend/src/components/SettingsCalendar.vue index 9d7fd6723..b93504fd3 100644 --- a/frontend/src/components/SettingsCalendar.vue +++ b/frontend/src/components/SettingsCalendar.vue @@ -331,6 +331,7 @@ onMounted(async () => { class="w-full max-w-sm rounded-md" :disabled="processPrincipal" required + data-testid="settings-calendar-caldav-url-input" /> @@ -367,6 +370,7 @@ onMounted(async () => { @click="resetInput" :title="t('label.cancel')" :disabled="processPrincipal" + data-testid="settings-calendar-caldav-cancel-button" /> { :waiting="processPrincipal" @click="getRemoteCaldavCalendars" :title="t('label.search')" + data-testid="settings-calendar-caldav-process-principal-button" />