Skip to content

Commit

Permalink
fix pr
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Brugarolas <[email protected]>
  • Loading branch information
abrugaro committed Oct 2, 2024
1 parent 21e30ae commit 92bf154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/models/migration/applicationinventory/analysis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit 92bf154

Please sign in to comment.