Skip to content

Commit

Permalink
Add correlation rule details into the finding details flyout #563 #565
Browse files Browse the repository at this point in the history
Signed-off-by: Jovan Cvetkovic <jovanca.cvetkovic@gmail.com>
  • Loading branch information
jovancacvetkovic committed May 4, 2023
1 parent 7e9fea7 commit b7eef63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/support/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ Cypress.Commands.add(
if (typeof tdData === 'string') {
tdData && cy.get($tr).find('td').contains(`${tdData}`);
} else {
// if rule is an object then use path
tdData && cy.get($tr).find('td').contains(`${tdData.path}`);
}
});
Expand Down

0 comments on commit b7eef63

Please sign in to comment.