Summary
Covers two manual release-blocker test cases that are not yet automated:
- 3.2.15 User can import an encrypted (password-protected) private key
- 3.2.18 User can import an external private key for a missing key slot
What to add
Add tests to automation/tests/local-basic/settingsKeysImportTests.test.ts using the existing setupSettingsKeysSuite fixture. The existing import tests cover plain ECDSA/ED25519 keys but do not exercise the encrypted-key flow (fill password → continue) or the missing-key recovery path.
Summary
Covers two manual release-blocker test cases that are not yet automated:
What to add
Add tests to
automation/tests/local-basic/settingsKeysImportTests.test.tsusing the existingsetupSettingsKeysSuitefixture. The existing import tests cover plain ECDSA/ED25519 keys but do not exercise the encrypted-key flow (fill password → continue) or the missing-key recovery path.