add test ids

This commit is contained in:
2023-05-25 10:16:12 +02:00
parent fdc2722fb9
commit 2e89007c83

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')}