unit test basic paths in UserInfo (#7740)
* unit test main paths in UserInfo component Signed-off-by: Kerry Archibald <kerrya@element.io> * one more test case Signed-off-by: Kerry Archibald <kerrya@element.io> * remove BasicUserInfo export Signed-off-by: Kerry Archibald <kerrya@element.io>
This commit is contained in:
parent
af0b21de9d
commit
30d1ac1eea
5 changed files with 190 additions and 4 deletions
|
@ -101,7 +101,7 @@ const EncryptionInfo: React.FC<IProps> = ({
|
|||
}
|
||||
|
||||
return <React.Fragment>
|
||||
<div className="mx_UserInfo_container">
|
||||
<div data-test-id='encryption-info-description' className="mx_UserInfo_container">
|
||||
<h3>{ _t("Encryption") }</h3>
|
||||
{ description }
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue