mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 08:16:28 +00:00
add test ids
This commit is contained in:
parent
fdc2722fb9
commit
2e89007c83
@ -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')}
|
||||
|
Loading…
Reference in New Issue
Block a user