Skip to content

Commit

Permalink
Update documentation of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefpiatek committed Nov 14, 2022
1 parent 7e22a88 commit 9a4cf80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/reports/ReportForm.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ describe("Report form", () => {
/**
* Given the report form
* When all data filled in
* Then the rendered result should be rendered in an alert box
* Then the user should be redirected and no errors should be found
*/
test("Report with variant", async () => {
// Arrange
Expand All @@ -217,7 +217,7 @@ describe("Report form", () => {
/**
* Given the report form
* When all data filled in except for having no variant
* Then the rendered result should be rendered in an alert box
* Then the user should be redirected and no errors should be found
*/
test("Report without variant", async () => {
// Arrange
Expand Down

0 comments on commit 9a4cf80

Please sign in to comment.