Skip to content

Commit

Permalink
[WIP] automated mta-231
Browse files Browse the repository at this point in the history
  • Loading branch information
stillalearner committed Mar 23, 2023
1 parent 0f75ea0 commit 880ed9a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cypress/e2e/tests/report.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ describe(["tier2"], "Report Cases", function () {
analysis.matchStoryPointsOrder();
});

it("Check Report Links", function () {
let projectData = getRandomApplicationData(this.projectData["Containerization"]);
const project = new Projects(projectData);
project.create();
const analysis = new Analysis(projectData["name"]);
analysis.runAnalysis();
analysis.verifyLatestAnalysisStatus(completed);
analysis.openReport();

});

after("Teardown", function () {
login();
Projects.deleteAllProjects();
Expand Down

0 comments on commit 880ed9a

Please sign in to comment.