From 92bf154df5cf5eb3fe80302e0e94206e43f1e1a5 Mon Sep 17 00:00:00 2001 From: Alejandro Brugarolas Date: Wed, 2 Oct 2024 14:59:14 +0200 Subject: [PATCH] fix pr Signed-off-by: Alejandro Brugarolas --- cypress/e2e/models/migration/applicationinventory/analysis.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/models/migration/applicationinventory/analysis.ts b/cypress/e2e/models/migration/applicationinventory/analysis.ts index 6d2f528d0..66c7ef426 100644 --- a/cypress/e2e/models/migration/applicationinventory/analysis.ts +++ b/cypress/e2e/models/migration/applicationinventory/analysis.ts @@ -548,8 +548,8 @@ export class Analysis extends Application { next(); next(); this.uploadCustomRule(); - for (let fileName in this.numberOfRules) { - const numOfrules = this.numberOfRules[fileName]; + for (let fileName in this.ruleFileToQuantity) { + const numOfrules = this.ruleFileToQuantity[fileName]; cy.get(trTag) .filter(':contains("' + fileName + '")') .within(() => {