add tetId now tests client-view all passed

This commit is contained in:
2025-09-05 14:45:51 +02:00
parent eaf74c9a5a
commit 7c20aa08b4
2 changed files with 1 additions and 1 deletions

View File

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