From be0f115e9df2744f4fd6707a92903ff8fd5fa8fe Mon Sep 17 00:00:00 2001 From: Igor Braginsky Date: Thu, 26 Oct 2023 18:06:06 +0300 Subject: [PATCH] Fixes by Alex request Signed-off-by: Igor Braginsky --- cypress/e2e/tests/migration/dynamic-reports/filter.test.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cypress/e2e/tests/migration/dynamic-reports/filter.test.ts b/cypress/e2e/tests/migration/dynamic-reports/filter.test.ts index d5d1c43f4..1e2ef417f 100644 --- a/cypress/e2e/tests/migration/dynamic-reports/filter.test.ts +++ b/cypress/e2e/tests/migration/dynamic-reports/filter.test.ts @@ -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"],