Skip to content

Commit

Permalink
Add testid to error view (#20095)
Browse files Browse the repository at this point in the history
  • Loading branch information
timroes committed Dec 5, 2022
1 parent 744e7d5 commit 6b39a1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface ErrorOccurredViewProps {

export const ErrorOccurredView: React.FC<ErrorOccurredViewProps> = ({ message, onCtaButtonClick, ctaButtonText }) => {
return (
<div className={styles.errorOccurredView}>
<div className={styles.errorOccurredView} data-testid="errorView">
<div className={styles.content}>
<img src="/images/octavia/biting-nails.png" alt="" className={styles.octavia} />
<Heading as="h2" size="lg" centered>
Expand Down

0 comments on commit 6b39a1a

Please sign in to comment.