Skip to content

Commit

Permalink
added test ids
Browse files Browse the repository at this point in the history
  • Loading branch information
alivarastepour committed Oct 31, 2023
1 parent 2281c1f commit 8561425
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/RiskAssessmentPageWrapper/Test/TestPresenter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ const TestPresenter = ({
</button>
)}
{error !== "" && (
<div className={styles["error-wrapper"]}>
<div
data-test-id="form-error-wrapper"
className={styles["error-wrapper"]}
>
*please make sure that all fields have acceptable values.
</div>
)}
Expand Down

0 comments on commit 8561425

Please sign in to comment.