fix(edgeless): bebas-neue light url #16836
Annotations
5 errors, 1 warning, and 1 notice
Run playwright test:
tests/attachment.spec.ts#L1
1) attachment.spec.ts:122:1 › can insert attachment from slash menu ──────────────────────────────
Test finished within timeout of 30000ms, but tearing down "context" ran out of time.
Please allow more time for the test, since teardown is attributed towards the test timeout budget.
|
Run playwright test:
tests/attachment.spec.ts#L1
2) attachment.spec.ts:279:1 › should rename attachment works ─────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/asserts.ts#L754
2) attachment.spec.ts:279:1 › should rename attachment works ─────────────────────────────────────
Error: keyboard.press: Target page, context or browser has been closed
at utils/asserts.ts:754
752 | await page.keyboard.press(`${SHORT_KEY}+v`, { delay: 50 });
753 | await expect(locator).toHaveValue('13');
> 754 | await page.keyboard.press(`${SHORT_KEY}+a`, { delay: 50 });
| ^
755 | await page.keyboard.press(`${SHORT_KEY}+x`, { delay: 50 });
756 | await expect(locator).toHaveValue('');
757 | }
at assertKeyboardWorkInInput (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:754:23)
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:306:3
|
Run playwright test:
tests/utils/asserts.ts#L207
3) basic.spec.ts:312:1 › should undo/redo works on title ─────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
- "hello world",
+ "hello ",
]
at utils/asserts.ts:207
205 | });
206 | }, currentEditorIndex);
> 207 | expect(actualTexts).toEqual(texts);
| ^
208 | }
209 |
210 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:207:23)
at /home/runner/work/blocksuite/blocksuite/tests/basic.spec.ts:339:3
|
Run playwright test:
tests/utils/asserts.ts#L207
3) basic.spec.ts:312:1 › should undo/redo works on title ─────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
- "hello world",
+ "hello ",
]
at utils/asserts.ts:207
205 | });
206 | }, currentEditorIndex);
> 207 | expect(actualTexts).toEqual(texts);
| ^
208 | }
209 |
210 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:207:23)
at /home/runner/work/blocksuite/blocksuite/tests/basic.spec.ts:339:3
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run playwright test
3 flaky
attachment.spec.ts:122:1 › can insert attachment from slash menu ───────────────────────────────
attachment.spec.ts:279:1 › should rename attachment works ──────────────────────────────────────
basic.spec.ts:312:1 › should undo/redo works on title ──────────────────────────────────────────
17 skipped
48 passed (3.1m)
|
The logs for this run have expired and are no longer available.
Loading