Convert end-to-end tests to Typescript (#7206)
This commit is contained in:
parent
5219b6be80
commit
d4813f7a1a
42 changed files with 653 additions and 441 deletions
|
@ -67,7 +67,11 @@ const EncryptionInfo: React.FC<IProps> = ({
|
|||
content = <PendingActionSpinner text={text} />;
|
||||
} else {
|
||||
content = (
|
||||
<AccessibleButton kind="primary" className="mx_UserInfo_wideButton" onClick={onStartVerification}>
|
||||
<AccessibleButton
|
||||
kind="primary"
|
||||
className="mx_UserInfo_wideButton mx_UserInfo_startVerification"
|
||||
onClick={onStartVerification}
|
||||
>
|
||||
{ _t("Start Verification") }
|
||||
</AccessibleButton>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue