Skip to content

Commit

Permalink
snaps
Browse files Browse the repository at this point in the history
Signed-off-by: sirugh <rugh@adobe.com>
  • Loading branch information
sirugh committed Jan 14, 2021
1 parent 0139ed0 commit ff34cea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,16 @@ exports[`it shows error when appropriate 1`] = `
>
<div>
<p>
Oops!
<mock-FormattedMessage
defaultMessage="Oops!"
id="errorView.header"
/>
</p>
<p>
Looks like something went wrong. Sorry about that.
<mock-FormattedMessage
defaultMessage="Looks like something went wrong. Sorry about that."
id="errorView.message"
/>
</p>
<div>
<button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,16 @@ exports[`it renders correct with a element 1`] = `
>
<div>
<p>
Oops!
<FormattedMessage
defaultMessage="Oops!"
id="errorView.header"
/>
</p>
<p>
Looks like something went wrong. Sorry about that.
<FormattedMessage
defaultMessage="Looks like something went wrong. Sorry about that."
id="errorView.message"
/>
</p>
<div>
<Button
Expand Down

0 comments on commit ff34cea

Please sign in to comment.