Slow jest spec at `spec/frontend/content_editor/extensions/attachment_spec.js` | content_editor/extensions/attachment › uploadAttachment command › when the file has image mime type › when uploading succeeds › updates the inserted image with canonicalSrc w
Job #1511433459 failed for 94d6528e:
Trace
FAIL spec/frontend/content_editor/extensions/attachment_spec.js
● content_editor/extensions/attachment › uploadAttachment command › when the file has image mime type › when uploading succeeds › updates the inserted image with canonicalSrc when upload is successful
expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
123 | await waitForPromises();
124 |
> 125 | expect(eq(tiptapEditor.state.doc, expectedDoc)).toBe(true);
| ^
126 | });
127 | });
128 |
at Object.<anonymous> (spec/frontend/content_editor/extensions/attachment_spec.js:125:59)