Skip to content

Commit

Permalink
Do not repeat the check that there are no warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Jun 24, 2024
1 parent d996597 commit 7b67dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/cypress/e2e/no-warnings.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ describe('Tests of frank-manual config - no warnings', () => {
it('Test that there are no alerts in the status page', () => {
cy.visit('')
// cy.get('[data-cy-status-alert]').should('have.length', 0)
cy.tryToFindMoreThanZero('.alert-warning', 10)
cy.get('.alert-warning').should('have.length', 0)
})
})

0 comments on commit 7b67dc9

Please sign in to comment.