Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Forfold committed Jul 11, 2023
1 parent a8eeef1 commit 2f949f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/cypress/e2e/alerts.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ function testAlerts(screen: ScreenFormat): void {
cy.get('body').should('contain', 'CLOSED')
})

it('should set alert notes', () => {
// set all notes, checking carefully because of async setState
it('should set alert noise reasons', () => {
// set all noise reasons, checking carefully because of async setState
cy.get('body').should('contain.text', 'Is this alert noise?')
cy.get('[data-cy="False positive"] input[type="checkbox"]').check()
cy.get('[data-cy="False positive"] input[type="checkbox"]').should(
Expand Down

0 comments on commit 2f949f3

Please sign in to comment.