Skip to content

Commit

Permalink
Comment out Response Plays e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Reynolds <[email protected]>
  • Loading branch information
gsreynolds committed Nov 25, 2024
1 parent db0bdb6 commit a9d8e0d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions cypress/e2e/Incidents/incidents.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 } }, () => {
Expand Down

0 comments on commit a9d8e0d

Please sign in to comment.