Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Mar 14, 2024
1 parent 0bca7ff commit 3b78254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/cypress/e2e/usage-logs.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ describe('Usage Logs Export', () => {
cy.contains('Logs').click();

cy.contains('Hide Chart').click();
cy.get('[class=pf-v5-c-chart]').should('not.be.visible');
cy.get('[class=pf-v5-c-chart]').should('not.exist');

cy.contains('Show Chart').click();
cy.get('[class=pf-v5-c-chart]').should('be.visible');
Expand Down

0 comments on commit 3b78254

Please sign in to comment.