Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
Signed-off-by: Nandini Chandra <[email protected]>
  • Loading branch information
nachandr committed Nov 17, 2023
1 parent cd3fc8d commit 6262325
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe(["@tier3"], "Tests related to application assessment and review", () =>
applicationList[0].verifyStatus("review", "Completed");
});

it.only("Retake Assessment questionnaire", function () {
it("Retake Assessment questionnaire", function () {
applicationList[0].retake_questionnaire("low", stakeholderNameList);
applicationList[0].verifyStatus("assessment", "Completed");
});
Expand Down

0 comments on commit 6262325

Please sign in to comment.