Add Recovery
section in the new user settings Encryption
tab
#1827
Annotations
3 errors
Run tests:
test/unit-tests/components/views/settings/encryption/ChangeRecoveryKey-test.tsx#L63
expect(received).toMatchSnapshot()
Snapshot name: `<ChangeRecoveryKey /> flow to setup a recovery key should display the recovery key 1`
- Snapshot - 0
+ Received + 1
@@ -91,10 +91,11 @@
Recovery key
</span>
<div>
<span
class="_typography_yh5dq_162 _font-body-md-regular_yh5dq_59 mx_KeyPanel_key"
+ data-testid="recoveryKey"
>
encoded private key
</span>
<span
class="_typography_yh5dq_162 _font-body-sm-regular_yh5dq_40"
at Object.toMatchSnapshot (test/unit-tests/components/views/settings/encryption/ChangeRecoveryKey-test.tsx:63:34)
|
Run tests:
test/unit-tests/components/views/settings/encryption/ChangeRecoveryKey-test.tsx#L114
expect(received).toMatchSnapshot()
Snapshot name: `<ChangeRecoveryKey /> flow to change the recovery key should display the recovery key 1`
- Snapshot - 0
+ Received + 1
@@ -91,10 +91,11 @@
Recovery key
</span>
<div>
<span
class="_typography_yh5dq_162 _font-body-md-regular_yh5dq_59 mx_KeyPanel_key"
+ data-testid="recoveryKey"
>
encoded private key
</span>
<span
class="_typography_yh5dq_162 _font-body-sm-regular_yh5dq_40"
at Object.toMatchSnapshot (test/unit-tests/components/views/settings/encryption/ChangeRecoveryKey-test.tsx:114:34)
|
Run tests
Process completed with exit code 1.
|
Loading