Tests Verbessert

This commit is contained in:
Moritz Utcke
2025-02-05 10:55:12 +07:00
parent 9d5867839b
commit 5fc1dd8f80
35 changed files with 437 additions and 355 deletions

View File

@@ -44,6 +44,7 @@ xl:grid-cols-3 xl:gap-x-8 xl:gap-y-8
placeholder="Anlass"
bind:value={ausweis.ausstellgrund}
required
data-cy="ausstellgrund"
>
<option disabled selected value={false}>Bitte auswählen</option>
{#each Object.entries(Enums.Ausstellgrund) as [name, ausstellgrund]}