diff --git a/cypress/e2e/Incidents/incidents.spec.js b/cypress/e2e/Incidents/incidents.spec.js index 18aa181a..36460c7e 100644 --- a/cypress/e2e/Incidents/incidents.spec.js +++ b/cypress/e2e/Incidents/incidents.spec.js @@ -266,12 +266,13 @@ describe('Manage Open Incidents', { failFast: { enabled: true } }, () => { ); }); - it('Run response play on singular incident', () => { - const responsePlayName = 'Major Incident Response'; - selectIncident(0); - runResponsePlay(responsePlayName); - checkActionAlertsModalContent(`Ran "${responsePlayName}" response play for incident(s)`); - }); + // Response Plays are EOL + // it('Run response play on singular incident', () => { + // const responsePlayName = 'Major Incident Response'; + // selectIncident(0); + // runResponsePlay(responsePlayName); + // checkActionAlertsModalContent(`Ran "${responsePlayName}" response play for incident(s)`); + // }); }); describe('Manage Alerts', { failFast: { enabled: true } }, () => {