1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-11 23:59:01 +00:00

tests: fix e2e tests after shadcn upgrade

This commit is contained in:
Elias Schneider
2025-05-23 09:50:57 +02:00
parent a65c0b3da3
commit 869c4c5871
4 changed files with 2 additions and 5 deletions

View File

@@ -81,7 +81,7 @@
value={Object.keys(availableExpirations)[0]}
onValueChange={(v) => (selectedExpiration = v! as keyof typeof availableExpirations)}
>
<Select.Trigger class="h-9 w-full">
<Select.Trigger id="expiration" class="h-9 w-full">
{selectedExpiration}
</Select.Trigger>
<Select.Content>