Skip to content

Commit

Permalink
added polarion TC
Browse files Browse the repository at this point in the history
  • Loading branch information
midays committed Nov 28, 2023
1 parent e3b28ac commit 1ebf84a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ describe(["@tier1"], "Application assessment and review tests", () => {
cy.wait(2 * SEC);
});

// https://polarion.engineering.redhat.com/polarion/redirect/project/MTAPathfinder/workitem?id=MTA-382
it("Application with multiple assessments", function () {
AssessmentQuestionnaire.import(yamlFile);
AssessmentQuestionnaire.enable(cloudNative);
Expand Down Expand Up @@ -139,6 +140,7 @@ describe(["@tier1"], "Application assessment and review tests", () => {
cy.wait(2 * SEC);
});

// https://polarion.engineering.redhat.com/polarion/#/project/MTAPathfinder/workitem?id=MTA-422
it("Perform application review during assessment", function () {
const application = new Assessment(getRandomApplicationData());
application.create();
Expand Down

0 comments on commit 1ebf84a

Please sign in to comment.