From a6dfdffb9354a0c64baf1e132fdc409ed3a9c695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 10 Dec 2024 16:39:59 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20test=20ids?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/SettingsCalendar.vue | 5 +++++ 1 file changed, 5 insertions(+) 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" />