Skip to content

Commit

Permalink
Additional Cleanup for archetype questionnaire feature test (#1211)
Browse files Browse the repository at this point in the history
Signed-off-by: Nandini Chandra <[email protected]>
  • Loading branch information
nachandr authored Aug 30, 2024
1 parent a90ee16 commit a7a8283
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,9 @@ describe(["@tier3"], "Tests for archetype questionnaire features", () => {
});

after("Perform test data clean up", function () {
Archetype.open(true);
archetype.delete();
deleteByList(stakeholderList);
AssessmentQuestionnaire.deleteAllQuestionnaires();
archetype.delete();
});
});

0 comments on commit a7a8283

Please sign in to comment.