Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinkei committed Aug 30, 2021
1 parent 1cc5ddd commit 718f145
Showing 1 changed file with 25 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,30 @@ Array [
</div>,
<div
className="MuiDialogActions-root MuiDialogActions-spacing"
/>,
>
<button
className="MuiButtonBase-root MuiButton-root MuiButton-text HookGlobalStyles-button-1 MuiButton-textPrimary"
disabled={false}
onBlur={[Function]}
onDragLeave={[Function]}
onFocus={[Function]}
onKeyDown={[Function]}
onKeyUp={[Function]}
onMouseDown={[Function]}
onMouseLeave={[Function]}
onMouseUp={[Function]}
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="button"
>
<span
className="MuiButton-label"
>
common:what is secret recovery phrase
</span>
</button>
</div>,
]
`;

0 comments on commit 718f145

Please sign in to comment.