mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-17 20:31:50 +01:00
Add data-testid for toggle view password
This commit is contained in:
parent
b180c53a69
commit
bd6fcc8c1b
@ -15,7 +15,13 @@
|
|||||||
<bit-label *ngIf="!hasPassword">{{ "password" | i18n }}</bit-label>
|
<bit-label *ngIf="!hasPassword">{{ "password" | i18n }}</bit-label>
|
||||||
<bit-label *ngIf="hasPassword">{{ "newPassword" | i18n }}</bit-label>
|
<bit-label *ngIf="hasPassword">{{ "newPassword" | i18n }}</bit-label>
|
||||||
<input bitInput type="password" formControlName="password" />
|
<input bitInput type="password" formControlName="password" />
|
||||||
<button type="button" bitIconButton bitSuffix bitPasswordInputToggle></button>
|
<button
|
||||||
|
type="button"
|
||||||
|
bitIconButton
|
||||||
|
bitSuffix
|
||||||
|
bitPasswordInputToggle
|
||||||
|
data-testid="toggle-visibility-for-password"
|
||||||
|
></button>
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
bitIconButton="bwi-generate"
|
bitIconButton="bwi-generate"
|
||||||
|
Loading…
Reference in New Issue
Block a user