Skip to content

Commit

Permalink
test(ClusterRules): Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
gkarat committed Oct 19, 2023
1 parent c97048f commit 0acee93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/ClusterRules/ClusterRules.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ describe('cluster rules table', () => {
cy.get('button').contains('Reset filters').should('not.exist');
});
it('all expected rows are displayed', () => {
cy.contains('1Lorem ipsum dolor sit amet'); // find the first row
checkRowCounts(RULES_ENABLED);
});
});
Expand Down

0 comments on commit 0acee93

Please sign in to comment.