Skip to content

Commit

Permalink
[RFR] Fix JF for Tests related to application-archetype association
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Punwatkar <[email protected]>

	modified:   cypress/e2e/tests/migration/applicationinventory/assessment/archetype_association.test.ts
  • Loading branch information
kpunwatk committed Aug 12, 2024
1 parent 9cd919e commit 15cfdb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe(["@tier2"], "Tests related to application-archetype association ", () =
archetype.verifyStatus("assessment", "Not started");
archetype.perform_assessment("low", stakeholders);
// 'Archetype risk' field shows unassessed until all required questionnaires have been taken.
archetype.validateAssessmentField("unassessed");
archetype.validateAssessmentField("Unassessed");
archetype.clickAssessButton();
cy.contains("tr", legacyPathfinder).find("button.retake-button").should("have.length", 1);

Expand Down Expand Up @@ -146,7 +146,7 @@ describe(["@tier2"], "Tests related to application-archetype association ", () =
application2.verifyStatus("assessment", "Not started");
archetypeList[0].perform_assessment("low", stakeholders);
application2.verifyStatus("assessment", "In-progress");
application2.validateAssessmentField("unassessed");
application2.validateAssessmentField("Unassessed");
archetypeList[1].perform_assessment("medium", stakeholders);

application2.verifyStatus("assessment", "Completed");
Expand Down

0 comments on commit 15cfdb0

Please sign in to comment.