f102_test_KeineListeVorhanden #33

Merged
trachi93 merged 12 commits from f102_test_KeineListeVorhanden into development 2025-09-24 10:01:57 +02:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 7c20aa08b4 - Show all commits

View File

@@ -47,7 +47,7 @@
<EmptyList></EmptyList> <EmptyList></EmptyList>
{:else} {:else}
{#each vorgangList as vorgangItem} {#each vorgangList as vorgangItem}
<li> <li data-testid="test-list-item">
<a <a
href="/list/{vorgangItem.vorgangToken}?pin={vorgangItem.vorgangPIN}" href="/list/{vorgangItem.vorgangToken}?pin={vorgangItem.vorgangPIN}"
class="flex justify-between gap-x-6 py-5" class="flex justify-between gap-x-6 py-5"