Skip to content

Commit

Permalink
➕ Add test ids
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Dec 10, 2024
1 parent 934aaec commit a6dfdff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/components/SettingsCalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ onMounted(async () => {
class="w-full max-w-sm rounded-md"
:disabled="processPrincipal"
required
data-testid="settings-calendar-caldav-url-input"
/>
</label>
<label class="flex items-center gap-2 pl-4">
Expand All @@ -344,6 +345,7 @@ onMounted(async () => {
class="w-full max-w-sm rounded-md"
:disabled="processPrincipal"
required
data-testid="settings-calendar-caldav-user-input"
/>
</label>
<label class="flex items-center gap-2 pl-4">
Expand All @@ -357,6 +359,7 @@ onMounted(async () => {
class="w-full max-w-sm rounded-md"
:disabled="processPrincipal"
required
data-testid="settings-calendar-caldav-password-input"
/>
</label>
</form>
Expand All @@ -367,13 +370,15 @@ onMounted(async () => {
@click="resetInput"
:title="t('label.cancel')"
:disabled="processPrincipal"
data-testid="settings-calendar-caldav-cancel-button"
/>
<primary-button
:label="'Search for calendars'"
class="btn-search text-sm"
:waiting="processPrincipal"
@click="getRemoteCaldavCalendars"
:title="t('label.search')"
data-testid="settings-calendar-caldav-process-principal-button"
/>
</div>
</div>
Expand Down

0 comments on commit a6dfdff

Please sign in to comment.