feat(core): add an entry for admin panel (#10813) #29475
Annotations
1 error and 1 notice
Run playwright tests:
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
|
Run playwright tests
1 flaky
e2e/hotkey/multiline.spec.ts:100:1 › should cut work multiple line ─────────────────────────────
1 skipped
95 passed (1.6m)
|
Set up job
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run actions/checkout@v4
2s
2s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Setup Node.js
1m 15s
1m 15s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run playground build
30s
30s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run playwright tests
1m 38s
1m 38s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Upload test results
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post Setup Node.js
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post Run actions/checkout@v4
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Complete job
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Loading