feat(core): add an entry for admin panel (#10813) #29475
Annotations
1 error and 1 notice
blocksuite/tests-legacy/e2e/hotkey/multiline.spec.ts#L110
1) e2e/hotkey/multiline.spec.ts:100:1 › should cut work multiple line ────────────────────────────
Error: expect(string).toMatchSnapshot(expected)
@@ -44,17 +44,55 @@
"type": "text",
"text": {
"$blocksuite:internal:text$": true,
"delta": [
{
- "insert": "19"
+ "insert": "123"
}
]
},
"collapsed": false
},
"children": []
+ },
+ {
+ "type": "block",
+ "id": "3",
+ "flavour": "affine:paragraph",
+ "version": 1,
+ "props": {
+ "type": "text",
+ "text": {
+ "$blocksuite:internal:text$": true,
+ "delta": [
+ {
+ "insert": "456"
+ }
+ ]
+ },
+ "collapsed": false
+ },
+ "children": []
+ },
+ {
+ "type": "block",
+ "id": "4",
+ "flavour": "affine:paragraph",
+ "version": 1,
+ "props": {
+ "type": "text",
+ "text": {
+ "$blocksuite:internal:text$": true,
+ "delta": [
+ {
+ "insert": "789"
+ }
+ ]
+ },
+ "collapsed": false
+ },
+ "children": []
}
]
}
]
}
Expected: /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/snapshots/hotkey/multiline.spec.ts/should-cut-work-multiple-line-init.json
Received: /home/runner/work/AFFiNE/AFFiNE/test-results/hotkey-multiline-should-cut-work-multiple-line/should-cut-work-multiple-line-init-actual.json
108 | // cut
109 | await page.keyboard.press(`${SHORT_KEY}+x`);
> 110 | expect(await getPageSnapshot(page, true)).toMatchSnapshot(
| ^
111 | `${testInfo.title}_init.json`
112 | );
113 | await undoByKeyboard(page);
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/e2e/hotkey/multiline.spec.ts:110:45
|
|
The logs for this run have expired and are no longer available.
Loading