Broken master: jest failure in spec/frontend/releases/list/components/release_block_spec.js

From https://gitlab.com/gitlab-org/gitlab/-/jobs/334027125:

Summary of all failing tests
FAIL spec/frontend/releases/list/components/release_block_spec.js
  ● Release block › with default props › matches the snapshot

    expect(received).toMatchSnapshot()

    Snapshot name: `Release block with default props matches the snapshot 1`

    - Snapshot
    + Received

    @@ -131,11 +131,11 @@
              <span
                data-original-title="Aug 26, 2019 5:54pm GMT+0000"
                title=""
              >
                
    -           released 1 month ago
    +           released 2 months ago
              
              </span>
            </div>
             
            <div

      53 | 
      54 |     it('matches the snapshot', () => {
    > 55 |       expect(wrapper.element).toMatchSnapshot();
         |                               ^
      56 |     });
      57 | 
      58 |     it("renders the block with an id equal to the release's tag name", () => {

      at Object.toMatchSnapshot (spec/frontend/releases/list/components/release_block_spec.js:55:31)
Assignee Loading
Time tracking Loading