Make test ID compatible with findByTestId() of Cypress Testing Library (#10617)
'data-test-id' is not discoverable with findByTestId() of Cypress Testing Library. Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
daad630827
commit
8a4a584ba0
11 changed files with 15 additions and 15 deletions
|
@ -108,7 +108,7 @@ const EncryptionInfo: React.FC<IProps> = ({
|
|||
|
||||
return (
|
||||
<React.Fragment>
|
||||
<div data-test-id="encryption-info-description" className="mx_UserInfo_container">
|
||||
<div data-testid="encryption-info-description" className="mx_UserInfo_container">
|
||||
<h3>{_t("Encryption")}</h3>
|
||||
{description}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue