Skip to content

Commit

Permalink
[RFR] Fix questionnaire auto answer feature for applications(7.1) (ko…
Browse files Browse the repository at this point in the history
…nveyor#1183)

* Fix questionnaire auto answer feature for applications(7.1)

Signed-off-by: Nandini Chandra <[email protected]>

* Fix questionnaire auto answer feature for applications(7.1)

Signed-off-by: Nandini Chandra <[email protected]>

---------

Signed-off-by: Nandini Chandra <[email protected]>
  • Loading branch information
nachandr authored Jul 31, 2024
1 parent d2447b5 commit ac90592
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,10 @@ describe(["@tier3"], "Tests for application questionnaire features", () => {
// Automates Polarion MTA-505: Cancel assessment
clickByText(button, "Cancel");
click(confirmButton);
application.selectKebabMenuItem("Discard assessment(s)");
/* Needs further investigation; Occassionally fails
Assessment.verifyAssessmentTakeButtonEnabled(); */
Assessment.verifyButtonEnabled("Take");
});

it("1) Test auto answer feature of questionnaires; 2) Save assessment", function () {
it("Bug: MTA-3417 1) Test auto answer feature of questionnaires; 2) Save assessment", function () {
//Automates Polarion MTA-388: Auto answer
Application.open();
cy.wait(2 * SEC);
Expand Down Expand Up @@ -135,8 +133,9 @@ describe(["@tier3"], "Tests for application questionnaire features", () => {
});

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

0 comments on commit ac90592

Please sign in to comment.