docs: update CLA (#6222) #155
Annotations
10 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 timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/misc.ts#L642
1) attachment.spec.ts:122:1 › can insert attachment from slash menu ──────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('editor-host').first().locator('.inline-editor').first()
at utils/actions/misc.ts:642
640 | const locator = editor.locator(RICH_TEXT_SELECTOR).nth(i);
641 | // need to set `force` to true when clicking on `affine-selected-blocks`
> 642 | await locator.click({ force: true, position: options?.clickPosition });
| ^
643 | }
644 |
645 | export async function focusRichTextEnd(page: Page, i = 0) {
at focusRichText (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:642:17)
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:129:3
|
Run playwright test:
tests/attachment.spec.ts#L1
2) attachment.spec.ts:172:1 › should undo/redo works for attachment ──────────────────────────────
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/misc.ts#L395
2) attachment.spec.ts:172:1 › should undo/redo works for attachment ──────────────────────────────
Error: page.evaluate: Test timeout of 30000ms exceeded.
at utils/actions/misc.ts:395
393 | // XXX: This doesn't add surface yet, the page state should not be switched to edgeless.
394 | export async function initEmptyParagraphState(page: Page, pageId?: string) {
> 395 | const ids = await page.evaluate(async pageId => {
| ^
396 | const { page } = window;
397 | page.captureSync();
398 | if (!pageId) {
at initEmptyParagraphState (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:395:26)
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:174:28
|
Run playwright test:
tests/utils/asserts.ts#L631
2) attachment.spec.ts:172:1 › should undo/redo works for attachment ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: <affine:note
prop:background="--affine-background-secondary-color"
prop:displayMode="both"
prop:edgeless={
Object {
"style": Object {
"borderRadius": 8,
"borderSize": 4,
"borderStyle": "solid",
"shadowType": "--affine-note-shadow-box",
},
}
}
prop:hidden={false}
prop:index="a0"
>
<affine:paragraph
prop:text="/"
prop:type="text"
/>
</affine:note>
expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 1
@@ -13,8 +13,9 @@
}
prop:hidden={false}
prop:index="a0"
>
<affine:paragraph
+ prop:text="/"
prop:type="text"
/>
</affine:note>
at utils/asserts.ts:631
629 | printFunctionName: false,
630 | });
> 631 | expect(formattedJSX, formattedJSX).toEqual(snapshot.trimStart());
| ^
632 | }
633 |
634 | type MimeType = 'text/plain' | 'blocksuite/x-c+w' | 'text/html';
at assertStoreMatchJSX (/home/runner/work/blocksuite/blocksuite/tests/utils/asserts.ts:631:38)
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:218:3
|
Run playwright test:
tests/attachment.spec.ts#L1
3) attachment.spec.ts:279:1 › should rename attachment works ─────────────────────────────────────
Test timeout of 30000ms exceeded.
|
Run playwright test:
tests/utils/actions/misc.ts#L642
3) attachment.spec.ts:279:1 › should rename attachment works ─────────────────────────────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('editor-host').first().locator('.inline-editor').first()
at utils/actions/misc.ts:642
640 | const locator = editor.locator(RICH_TEXT_SELECTOR).nth(i);
641 | // need to set `force` to true when clicking on `affine-selected-blocks`
> 642 | await locator.click({ force: true, position: options?.clickPosition });
| ^
643 | }
644 |
645 | export async function focusRichTextEnd(page: Page, i = 0) {
at focusRichText (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:642:17)
at /home/runner/work/blocksuite/blocksuite/tests/attachment.spec.ts:296:3
|
Run playwright test:
tests/utils/actions/misc.ts#L290
4) bookmark.spec.ts:193:1 › copy url to create bookmark in page mode ─────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Please remove the \"console.log\" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment."
Received: "Unexpected console message: Failed to parse query! Current range is not a text node. Range"
at utils/actions/misc.ts:290
288 | expect
289 | .soft('Unexpected console message: ' + message.text())
> 290 | .toBe(
| ^
291 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
292 | );
293 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:290:10)
|
Run playwright test:
tests/utils/actions/misc.ts#L290
4) bookmark.spec.ts:193:1 › copy url to create bookmark in page mode ─────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Please remove the \"console.log\" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment."
Received: "Unexpected console message: Failed to parse query! Current range is not a text node. Range"
at utils/actions/misc.ts:290
288 | expect
289 | .soft('Unexpected console message: ' + message.text())
> 290 | .toBe(
| ^
291 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
292 | );
293 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:290:10)
|
Run playwright test:
tests/utils/actions/misc.ts#L290
5) bookmark.spec.ts:245:1 › copy url to create bookmark in edgeless mode ─────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "Please remove the \"console.log\" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment."
Received: "Unexpected console message: Failed to parse query! Current range is not a text node. Range"
at utils/actions/misc.ts:290
288 | expect
289 | .soft('Unexpected console message: ' + message.text())
> 290 | .toBe(
| ^
291 | 'Please remove the "console.log" or declare `expectConsoleMessage` before `enterPlaygroundRoom`. It is advised not to output logs in a production environment.'
292 | );
293 | }
at Page.<anonymous> (/home/runner/work/blocksuite/blocksuite/tests/utils/actions/misc.ts:290:10)
|
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
6 flaky
attachment.spec.ts:122:1 › can insert attachment from slash menu ───────────────────────────────
attachment.spec.ts:172:1 › should undo/redo works for attachment ───────────────────────────────
attachment.spec.ts:279:1 › should rename attachment works ──────────────────────────────────────
bookmark.spec.ts:193:1 › copy url to create bookmark in page mode ──────────────────────────────
bookmark.spec.ts:245:1 › copy url to create bookmark in edgeless mode ──────────────────────────
bookmark.spec.ts:304:1 › support dragging bookmark block directly ──────────────────────────────
16 skipped
44 passed (3.6m)
|
The logs for this run have expired and are no longer available.
Loading