feat(core): make some tabs in sidebar persistent for all docs page #24833
Annotations
2 errors and 1 notice
blocksuite/tests-legacy/utils/actions/misc.ts#L353
1) edgeless/resizing.spec.ts:140:3 › cursor style › editor is not aligned at the start of viewport
Error: Uncaught exception: "ResizeObserver loop completed with undelivered notifications."
at utils/actions/misc.ts:353
351 | // Log all uncaught errors
352 | page.on('pageerror', exception => {
> 353 | throw new Error(`Uncaught exception: "${exception}"\n${exception.stack}`);
| ^
354 | });
355 |
356 | await initEmptyEditor({
at Page.<anonymous> (/home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/utils/actions/misc.ts:353:11)
|
blocksuite/tests-legacy/utils/actions/edgeless.ts#L190
1) edgeless/resizing.spec.ts:140:3 › cursor style › editor is not aligned at the start of viewport
Error: page.waitForTimeout: Test ended.
at utils/actions/edgeless.ts:190
188 | if (!nextExists || isDisabled) return target;
189 | await nextButton.click();
> 190 | await page.waitForTimeout(200);
| ^
191 | return locatorEdgelessToolButtonSenior(page, selector);
192 | };
193 |
at locatorEdgelessToolButtonSenior (/home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/utils/actions/edgeless.ts:190:14)
at locatorEdgelessToolButton (/home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/utils/actions/edgeless.ts:226:18)
at setEdgelessTool (/home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/utils/actions/edgeless.ts:357:31)
at addBasicRectShapeElement (/home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/utils/actions/edgeless.ts:500:3)
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/edgeless/resizing.spec.ts:150:5
|
|
The logs for this run have expired and are no longer available.
Loading