Skip to content

Commit

Permalink
Added Bug number to the tests (#884)
Browse files Browse the repository at this point in the history
Signed-off-by: Karishma Punwatkar <[email protected]>
  • Loading branch information
kpunwatk authored Dec 14, 2023
1 parent 2aa03d4 commit c3b90aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { analysisDetailsEditor } from "../../../../views/analysis.view";
let source_credential: CredentialsSourceControlUsername;
let application: Analysis;

describe(["@tier2"], "Source Analysis", () => {
describe(["@tier2"], "Bug MTA-1890: Source Analysis", () => {
before("Login", function () {
login();

Expand All @@ -51,7 +51,7 @@ describe(["@tier2"], "Source Analysis", () => {
cy.intercept("GET", "/hub/application*").as("getApplication");
});

it("Exclude a package in analysis", function () {
it("Bug MTA-1890: Exclude a package in analysis", function () {
const analysisData = this.analysisData["analysis_for_exclude_packages"];
application = new Analysis(
getRandomApplicationData("testapp-excludePackages", {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { analysisDetailsEditor } from "../../../../views/analysis.view";
let source_credential: CredentialsSourceControlUsername;
let application: Analysis;

describe(["@tier2"], "Select the list of packages to be analyzed manually", () => {
describe(["@tier2"], "Bug MTA-1890: Select the list of packages to be analyzed manually", () => {
before("Login", function () {
login();
// Create source Credentials
Expand All @@ -50,7 +50,7 @@ describe(["@tier2"], "Select the list of packages to be analyzed manually", () =
cy.intercept("GET", "/hub/application*").as("getApplication");
});

it("Analyze the packages manually with excluded packages", function () {
it("Bug MTA-1890: Analyze the packages manually with excluded packages", function () {
const analysisData = this.analysisData["analysis_for_manuallyAnalyzePackages"];
application = new Analysis(
getRandomApplicationData("testapp-excludePackages", {
Expand Down

0 comments on commit c3b90aa

Please sign in to comment.