fix: infinite loop in selection html with base64 images #232
Annotations
3 errors and 3 warnings
src/history-and-diff/createHistoryEntry.test.ts > createHistoryEntry > should collapse base64 src attributes:
packages/prosemirror-dev-toolkit/src/history-and-diff/createHistoryEntry.test.ts#L47
Error: Snapshot `createHistoryEntry > should collapse base64 src attributes 1` mismatched
- Expected
+ Received
@@ -105,12 +105,12 @@
},
"selection": {
"type": "all",
},
},
- "timeStr": "00:00:00:000",
- "timestamp": 1704060000000,
+ "timeStr": "02:00:00:000",
+ "timestamp": 1704074400000,
"trs": [
{
"curSelection": {
"type": "all",
},
@@ -254,10 +254,10 @@
"to": 0,
},
],
"storedMarks": null,
"storedMarksSet": false,
- "time": 1704060000000,
+ "time": 1704074400000,
"updated": 1,
},
],
}
❯ src/history-and-diff/createHistoryEntry.test.ts:47:19
|
test (16.x)
Process completed with exit code 1.
|
test (18.x)
The job was canceled because "_16_x" failed.
|
test (16.x)
No files were found with the provided path: ./packages/prosemirror-dev-toolkit/cypress/videos. No artifacts will be uploaded.
|
test (16.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "cypress-screenshots".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
cypress-screenshots
Expired
|
283 KB |
|