mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 16:26:28 +00:00
add test ids
This commit is contained in:
parent
fdc2722fb9
commit
2e89007c83
@ -47,8 +47,13 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex">
|
<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
|
<TextInput
|
||||||
|
data-testid="password"
|
||||||
type="password"
|
type="password"
|
||||||
bind:value={note.password}
|
bind:value={note.password}
|
||||||
label={$t('common.password')}
|
label={$t('common.password')}
|
||||||
|
Loading…
Reference in New Issue
Block a user