@@ -9844,12 +9844,13 @@ function App() {
98449844 placeholder = { pipVaultSnapshot ?. mode === "password" ? "Enter vault password" : "Set a vault password" }
98459845 aria-label = "Vault password"
98469846 aria-describedby = "vault-password-help"
9847+ data-testid = "vault-password-input"
98479848 />
98489849 < button
98499850 type = "button"
98509851 className = "ghost small password-visibility-toggle"
98519852 onClick = { ( ) => setPipVaultPasswordVisible ( ( visible ) => ! visible ) }
9852- aria-label = { ` ${ pipVaultPasswordVisible ? "Hide" : "Show" } vault password` }
9853+ aria-label = "Toggle password visibility"
98539854 >
98549855 { pipVaultPasswordVisible ? "Hide" : "Show" }
98559856 </ button >
@@ -9948,7 +9949,7 @@ function App() {
99489949 type = "button"
99499950 className = "ghost small password-visibility-toggle"
99509951 onClick = { ( ) => setVaultResetCurrentVisible ( ( visible ) => ! visible ) }
9951- aria-label = { ` ${ vaultResetCurrentVisible ? "Hide" : "Show" } current password` }
9952+ aria-label = "Toggle current password visibility"
99529953 >
99539954 { vaultResetCurrentVisible ? "Hide" : "Show" }
99549955 </ button >
@@ -9971,7 +9972,7 @@ function App() {
99719972 type = "button"
99729973 className = "ghost small password-visibility-toggle"
99739974 onClick = { ( ) => setVaultResetNewVisible ( ( visible ) => ! visible ) }
9974- aria-label = { ` ${ vaultResetNewVisible ? "Hide" : "Show" } new password` }
9975+ aria-label = "Toggle new password visibility"
99759976 >
99769977 { vaultResetNewVisible ? "Hide" : "Show" }
99779978 </ button >
@@ -9994,7 +9995,7 @@ function App() {
99949995 type = "button"
99959996 className = "ghost small password-visibility-toggle"
99969997 onClick = { ( ) => setVaultResetConfirmVisible ( ( visible ) => ! visible ) }
9997- aria-label = { ` ${ vaultResetConfirmVisible ? "Hide" : "Show" } confirmation` }
9998+ aria-label = "Toggle confirmation visibility"
99989999 >
999910000 { vaultResetConfirmVisible ? "Hide" : "Show" }
1000010001 </ button >
@@ -12454,7 +12455,7 @@ function App() {
1245412455 type = "button"
1245512456 className = "ghost small password-visibility-toggle"
1245612457 onClick = { ( ) => setPipVaultPasswordVisible ( ( visible ) => ! visible ) }
12457- aria-label = { ` ${ pipVaultPasswordVisible ? "Hide" : "Show" } vault password` }
12458+ aria-label = "Toggle password visibility"
1245812459 >
1245912460 { pipVaultPasswordVisible ? "Hide" : "Show" }
1246012461 </ button >
0 commit comments