Skip to content

Quarantine failing spec in sidebar_escalation_status_spec.js

Tristan Read requested to merge tr-quarantine-broken-incident-spec into master

What does this MR do and why?

Quarantines the failing spec below:

FAIL spec/frontend/sidebar/components/incidents/sidebar_escalation_status_spec.js
  ● SidebarEscalationStatus › sidebar › update Status event › updates the status
    expect(received).toBe(expected) // Object.is equality
    Expected: "ACKNOWLEDGED"
    Received: undefined
      169 |
      170 |       it('updates the status', async () => {
    > 171 |         expect(findStatusComponent().attributes('value')).toBe(STATUS_ACKNOWLEDGED);
          |                                                           ^
      172 |       });
      173 |     });
      174 |
      at Object.<anonymous> (spec/frontend/sidebar/components/incidents/sidebar_escalation_status_spec.js:171:59)

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Tristan Read

Merge request reports