Skip to content

Commit

Permalink
Fixes by Alex request
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Braginsky <[email protected]>
  • Loading branch information
ibragins committed Oct 26, 2023
1 parent 58e99a7 commit be0f115
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cypress/e2e/tests/migration/dynamic-reports/filter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,10 @@ describe(["@tier2"], "Issues filtering", () => {
cy.fixture("analysis").then(function (analysisData) {
this.analysisData = analysisData;
});

// Interceptors
cy.intercept("POST", "/hub/application*").as("postApplication");
cy.intercept("GET", "/hub/application*").as("getApplication");
});

it("Running analysis and filtering issues by app name", function () {
// For source code analysis application must have source code URL git or svn
cy.log(this.analysisData[0]);
const application = new Analysis(
getRandomApplicationData("bookserverApp", {
sourceData: this.appData["bookserver-app"],
Expand Down

0 comments on commit be0f115

Please sign in to comment.