diff --git a/web/src/cypress/e2e/alerts.cy.ts b/web/src/cypress/e2e/alerts.cy.ts index eeb7830b00..2591e02cfd 100644 --- a/web/src/cypress/e2e/alerts.cy.ts +++ b/web/src/cypress/e2e/alerts.cy.ts @@ -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(