add test ids

This commit is contained in:
Niccolo Borgioli 2023-05-25 10:16:12 +02:00
parent fdc2722fb9
commit 2e89007c83
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
1 changed files with 6 additions and 1 deletions

View File

@ -47,8 +47,13 @@
/>
</div>
<div class="flex">
<Switch bind:value={customPassword} label={$t('home.advanced.custom_password')} />
<Switch
data-testid="custom-password"
bind:value={customPassword}
label={$t('home.advanced.custom_password')}
/>
<TextInput
data-testid="password"
type="password"
bind:value={note.password}
label={$t('common.password')}