diff --git a/cypress/integration/plugins/notifications-dashboards/1_email_senders_and_groups.spec.js b/cypress/integration/plugins/notifications-dashboards/1_email_senders_and_groups.spec.js index 92d276176..530a3c0c4 100644 --- a/cypress/integration/plugins/notifications-dashboards/1_email_senders_and_groups.spec.js +++ b/cypress/integration/plugins/notifications-dashboards/1_email_senders_and_groups.spec.js @@ -164,7 +164,7 @@ describe('Test delete senders', () => { force: true, }); cy.wait(NOTIFICATIONS_DELAY); - cy.get('input[placeholder="delete"]').should('be.visible').type('delete') + cy.get('input[placeholder="delete"]').should('be.visible').type('delete'); cy.wait(NOTIFICATIONS_DELAY); cy.get('[data-test-subj="delete-sender-modal-delete-button"]').click(); cy.contains('successfully deleted.').should('exist'); @@ -178,7 +178,7 @@ describe('Test delete senders', () => { force: true, }); cy.wait(NOTIFICATIONS_DELAY); - cy.get('input[placeholder="delete"]').should('be.visible').type('delete') + cy.get('input[placeholder="delete"]').should('be.visible').type('delete'); cy.wait(NOTIFICATIONS_DELAY); cy.get('[data-test-subj="delete-sender-modal-delete-button"]').click(); cy.contains('successfully deleted.').should('exist');