fix(editor): add missing zod schema for edgeless frame (#10024) #24565
build-test.yml
on: push
Optimize CI
8s
Matrix: build-native
Matrix: Analyze
Matrix: Legacy Blocksuite E2E Test
Matrix: E2E Mobile Test
Matrix: E2E Test
Lint
5m 42s
Lint Rust
36s
Check yarn binary
7s
Run native tests
1m 53s
Matrix: Unit Test
Matrix: Server Copilot E2E Test
Matrix: server-e2e-test
Matrix: desktop-test
3, 2, 1 Launch
0s
Annotations
24 errors, 29 warnings, and 24 notices
selection/native.spec.ts:266:1 › cursor move to up and down with children block:
blocksuite/tests-legacy/selection/native.spec.ts#L295
1) selection/native.spec.ts:266:1 › cursor move to up and down with children block ───────────────
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 12
Received: -1
293 | const textTwo = await getInlineSelectionText(page);
294 | expect(textTwo).toBe('arrow down test 1');
> 295 | expect(indexTwo).toBeGreaterThanOrEqual(12);
| ^
296 | expect(indexTwo).toBeLessThanOrEqual(17);
297 | await page.keyboard.press('ArrowDown');
298 | const textThree = await getInlineSelectionText(page);
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/selection/native.spec.ts:295:20
|
slash-menu.spec.ts:365:3 › slash menu should show and hide correctly › should open and close menu when using left right arrow:
blocksuite/tests-legacy/slash-menu.spec.ts#L388
2) slash-menu.spec.ts:365:3 › slash menu should show and hide correctly › should open and close menu when using left right arrow, Enter, Esc keys
Error: Timed out 5000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('.slash-menu[data-testid=sub-menu-0]').locator('icon-button').nth(4)
Expected string: "true"
Received string: "false"
Call log:
- expect.toHaveAttribute with timeout 5000ms
- waiting for locator('.slash-menu[data-testid=sub-menu-0]').locator('icon-button').nth(4)
9 × locator resolved to <icon-button width="100%" tabindex="0" height="44px" hover="false" role="button" text="Other Headings" data-test-disabled="false" data-testid="Other Headings" class="slash-menu-item other-headings">…</icon-button>
- unexpected value "false"
386 | await type(page, '/');
387 | await pressArrowDown(page, 4);
> 388 | await expect(slashItems.nth(4)).toHaveAttribute('hover', 'true');
| ^
389 | await expect(slashItems.nth(4).locator('.text')).toHaveText([
390 | 'Other Headings',
391 | ]);
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/slash-menu.spec.ts:388:37
|
clipboard/list.spec.ts:134:1 › paste a nested list to a nested list:
blocksuite/tests-legacy/utils/asserts.ts#L208
1) clipboard/list.spec.ts:134:1 › paste a nested list to a nested list ───────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
"aaa",
- "aaa",
+ "bbbaaa",
"bbb",
- "cccbbb",
+ "ccc",
"ccc",
]
at utils/asserts.ts:208
206 | });
207 | }, currentEditorIndex);
> 208 | expect(actualTexts).toEqual(texts);
| ^
209 | }
210 |
211 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/utils/asserts.ts:208:23)
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/clipboard/list.spec.ts:166:3
|
clipboard/list.spec.ts:215:1 › paste nested lists to a nested list:
blocksuite/tests-legacy/utils/asserts.ts#L208
2) clipboard/list.spec.ts:215:1 › paste nested lists to a nested list ────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
"aaa",
- "111",
+ "bbb111",
"222",
"111",
- "222bbb",
+ "222",
"ccc",
]
at utils/asserts.ts:208
206 | });
207 | }, currentEditorIndex);
> 208 | expect(actualTexts).toEqual(texts);
| ^
209 | }
210 |
211 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/utils/asserts.ts:208:23)
at /home/runner/work/AFFiNE/AFFiNE/blocksuite/tests-legacy/clipboard/list.spec.ts:257:3
|
[Mobile Safari] › e2e/detail.spec.ts:33:1 › can show doc info:
tests/affine-mobile/e2e/detail.spec.ts#L14
1) [Mobile Safari] › e2e/detail.spec.ts:33:1 › can show doc info ─────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: locator('#app-tabs').getByRole('tab', { name: 'all' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for locator('#app-tabs').getByRole('tab', { name: 'all' })
12 | test.beforeEach(async ({ page }) => {
13 | const docsTab = page.locator('#app-tabs').getByRole('tab', { name: 'all' });
> 14 | await expect(docsTab).toBeVisible();
| ^
15 | await docsTab.click();
16 | await page.getByTestId('doc-card').first().click();
17 | await expect(page.locator('.affine-edgeless-viewport')).toBeVisible();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:14:25
|
[Mobile Safari] › e2e/detail.spec.ts:33:1 › can show doc info:
tests/affine-mobile/e2e/detail.spec.ts#L17
1) [Mobile Safari] › e2e/detail.spec.ts:33:1 › can show doc info ─────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-edgeless-viewport')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for locator('.affine-edgeless-viewport')
15 | await docsTab.click();
16 | await page.getByTestId('doc-card').first().click();
> 17 | await expect(page.locator('.affine-edgeless-viewport')).toBeVisible();
| ^
18 | });
19 |
20 | test('can open page view more menu', async ({ page }) => {
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:17:59
|
[Mobile Safari] › e2e/explorer-favorite.spec.ts:8:1 › Create new doc in favorites:
tests/kit/src/mobile.ts#L18
2) [Mobile Safari] › e2e/explorer-favorite.spec.ts:8:1 › Create new doc in favorites ─────────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-page-viewport[data-mode="edgeless"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('.affine-page-viewport[data-mode="edgeless"]')
at ../../kit/src/mobile.ts:18
16 | await expect(
17 | page.locator('.affine-page-viewport[data-mode="edgeless"]')
> 18 | ).toBeVisible({
| ^
19 | timeout: 30 * 1000,
20 | });
21 | await page.goto('/');
at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/mobile.ts:18:7)
|
[Mobile Safari] › e2e/explorer-favorite.spec.ts:8:1 › Create new doc in favorites:
tests/kit/src/playwright.ts#L105
2) [Mobile Safari] › e2e/explorer-favorite.spec.ts:8:1 › Create new doc in favorites ─────────────
Error: page.evaluate: Target crashed
at ../../kit/src/playwright.ts:105
103 | if (enableCoverage) {
104 | for (const page of context.pages()) {
> 105 | await page.evaluate(() =>
| ^
106 | // @ts-expect-error
107 | window.collectIstanbulCoverage(JSON.stringify(window.__coverage__))
108 | );
at Object.context (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/playwright.ts:105:20)
|
[Mobile Safari] › e2e/explorer-favorite.spec.ts:8:1 › Create new doc in favorites:
tests/kit/src/mobile.ts#L18
2) [Mobile Safari] › e2e/explorer-favorite.spec.ts:8:1 › Create new doc in favorites ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(locator).toBeVisible()
Locator: locator('.affine-page-viewport[data-mode="edgeless"]')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('.affine-page-viewport[data-mode="edgeless"]')
at ../../kit/src/mobile.ts:18
16 | await expect(
17 | page.locator('.affine-page-viewport[data-mode="edgeless"]')
> 18 | ).toBeVisible({
| ^
19 | timeout: 30 * 1000,
20 | });
21 | await page.goto('/');
at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/mobile.ts:18:7)
|
[Mobile Safari] › e2e/explorer-favorite.spec.ts:8:1 › Create new doc in favorites:
tests/kit/src/playwright.ts#L105
2) [Mobile Safari] › e2e/explorer-favorite.spec.ts:8:1 › Create new doc in favorites ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: Target crashed
at ../../kit/src/playwright.ts:105
103 | if (enableCoverage) {
104 | for (const page of context.pages()) {
> 105 | await page.evaluate(() =>
| ^
106 | // @ts-expect-error
107 | window.collectIstanbulCoverage(JSON.stringify(window.__coverage__))
108 | );
at Object.context (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/playwright.ts:105:20)
|
e2e/page-properties.spec.ts:296:1 › can show database backlink info:
tests/affine-local/e2e/page-properties.spec.ts#L1
1) e2e/page-properties.spec.ts:296:1 › can show database backlink info ───────────────────────────
Test timeout of 50000ms exceeded.
|
e2e/page-properties.spec.ts:296:1 › can show database backlink info:
tests/kit/src/utils/page-logic.ts#L62
1) e2e/page-properties.spec.ts:296:1 › can show database backlink info ───────────────────────────
Error: keyboard.type: Test timeout of 50000ms exceeded.
at ../../kit/src/utils/page-logic.ts:62
60 |
61 | export async function type(page: Page, content: string, delay = 50) {
> 62 | await page.keyboard.type(content, { delay });
| ^
63 | }
64 |
65 | export const createLinkedPage = async (page: Page, pageName?: string) => {
at type (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/page-logic.ts:62:23)
at createLinkedPage (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/page-logic.ts:71:9)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/page-properties.spec.ts:316:3
|
e2e/local-first-collections-items.spec.ts:67:1 › Show collections items in sidebar:
tests/affine-local/e2e/local-first-collections-items.spec.ts#L1
1) e2e/local-first-collections-items.spec.ts:67:1 › Show collections items in sidebar ────────────
Test timeout of 50000ms exceeded.
|
e2e/local-first-collections-items.spec.ts:67:1 › Show collections items in sidebar:
tests/affine-local/e2e/local-first-collections-items.spec.ts#L42
1) e2e/local-first-collections-items.spec.ts:67:1 › Show collections items in sidebar ────────────
Error: page.waitForTimeout: Test timeout of 50000ms exceeded.
40 |
41 | // fixme: remove this timeout. looks like an issue with useBindWorkbenchToBrowserRouter?
> 42 | await page.waitForTimeout(500);
| ^
43 |
44 | await page.getByTestId('all-pages').click();
45 |
at createAndPinCollection (/home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:42:14)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:69:3
|
e2e/local-first-collections-items.spec.ts:109:1 › edit collection:
tests/affine-local/e2e/local-first-collections-items.spec.ts#L1
2) e2e/local-first-collections-items.spec.ts:109:1 › edit collection ─────────────────────────────
Test timeout of 50000ms exceeded.
|
e2e/local-first-collections-items.spec.ts:109:1 › edit collection:
tests/affine-local/e2e/local-first-collections-items.spec.ts#L48
2) e2e/local-first-collections-items.spec.ts:109:1 › edit collection ─────────────────────────────
Error: locator.click: Test timeout of 50000ms exceeded.
Call log:
- waiting for getByTestId('create-first-filter')
- locator resolved to <button type="button" id="radix-:r3c:" data-state="closed" data-size="default" data-mobile="false" aria-haspopup="menu" aria-expanded="false" data-variant="secondary" data-testid="create-first-filter" class="button_button__ph3zqme collection-list_filterMenuTrigger__1jpfkcv4">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
46 | const cell = page.getByTestId('page-list-item-title').getByText('test page');
47 | await expect(cell).toBeVisible();
> 48 | await page.getByTestId('create-first-filter').click({
| ^
49 | delay: 200,
50 | });
51 | await page
at createAndPinCollection (/home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:48:49)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:111:3
|
e2e/blocksuite/edgeless/embed.spec.ts:25:1 › should close embed editing modal when editor switching to page mode by short cut:
tests/affine-local/e2e/blocksuite/edgeless/embed.spec.ts#L37
1) e2e/blocksuite/edgeless/embed.spec.ts:25:1 › should close embed editing modal when editor switching to page mode by short cut
Error: expect(locator).toBeVisible()
Locator: locator('embed-card-edit-modal')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('embed-card-edit-modal')
35 |
36 | const editingModal = page.locator('embed-card-edit-modal');
> 37 | expect(editingModal).toBeVisible();
| ^
38 |
39 | await page.keyboard.press('Alt+s');
40 | await waitForEditorLoad(page);
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/edgeless/embed.spec.ts:37:24
|
e2e/import-dialog.spec.ts:26:1 › Open import dialog by click header menu import button:
tests/kit/src/utils/page-logic.ts#L44
1) e2e/import-dialog.spec.ts:26:1 › Open import dialog by click header menu import button ────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for getByTestId('sidebar-new-page-button')
- locator resolved to <button data-size="custom" data-icon-size="20" data-mobile="false" data-state="closed" data-variant="custom" data-icon-variant="plain" data-testid="sidebar-new-page-button" class="button_button__ph3zqme button_iconButton__ph3zqmh add-page-button_root__18n7nrk0">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
at ../../kit/src/utils/page-logic.ts:44
42 | }
43 | // fixme(himself65): if too fast, the page will crash
> 44 | await page.getByTestId('sidebar-new-page-button').click({
| ^
45 | delay: 100,
46 | });
47 | await waitForEmptyEditor(page);
at clickNewPageButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/page-logic.ts:44:53)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/import-dialog.spec.ts:10:3
|
e2e/import-dialog.spec.ts:26:1 › Open import dialog by click header menu import button:
tests/kit/src/utils/page-logic.ts#L44
1) e2e/import-dialog.spec.ts:26:1 › Open import dialog by click header menu import button ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for getByTestId('sidebar-new-page-button')
- locator resolved to <button data-size="custom" data-icon-size="20" data-mobile="false" data-state="closed" data-variant="custom" data-icon-variant="plain" data-testid="sidebar-new-page-button" class="button_button__ph3zqme button_iconButton__ph3zqmh add-page-button_root__18n7nrk0">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
at ../../kit/src/utils/page-logic.ts:44
42 | }
43 | // fixme(himself65): if too fast, the page will crash
> 44 | await page.getByTestId('sidebar-new-page-button').click({
| ^
45 | delay: 100,
46 | });
47 | await waitForEmptyEditor(page);
at clickNewPageButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/page-logic.ts:44:53)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/import-dialog.spec.ts:10:3
|
e2e/links.spec.ts:279:1 › allow switching to embed view when linking to the other document with mode:
tests/affine-local/e2e/links.spec.ts#L316
2) e2e/links.spec.ts:279:1 › allow switching to embed view when linking to the other document with mode
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for locator('affine-embed-linked-doc-block')
- locator resolved to <affine-embed-linked-doc-block contenteditable="false" data-block-id="9rpDjT98JR" data-drop-target-for-element="true">…</affine-embed-linked-doc-block>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 100ms
9 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 500ms
314 |
315 | await expect(cardLink).toBeVisible();
> 316 | await cardLink.click();
| ^
317 |
318 | // refocus
319 | await cardLink.click();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/links.spec.ts:316:18
|
e2e/blocksuite/outline/outline-panel.spec.ts:233:3 › TOC and editor scroll › should highlight heading when scroll to area before viewport center:
tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts#L1
1) e2e/blocksuite/outline/outline-panel.spec.ts:233:3 › TOC and editor scroll › should highlight heading when scroll to area before viewport center
Test timeout of 50000ms exceeded.
|
e2e/blocksuite/outline/outline-panel.spec.ts:233:3 › TOC and editor scroll › should highlight heading when scroll to area before viewport center:
tests/kit/src/utils/keyboard.ts#L31
1) e2e/blocksuite/outline/outline-panel.spec.ts:233:3 › TOC and editor scroll › should highlight heading when scroll to area before viewport center
Error: keyboard.press: Test timeout of 50000ms exceeded.
at ../../kit/src/utils/keyboard.ts:31
29 | // avoid flaky test by simulate real user input
30 | for (let i = 0; i < count; i++) {
> 31 | await page.keyboard.press('Enter', { delay: 50 });
| ^
32 | }
33 | }
34 |
at pressEnter (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/keyboard.ts:31:25)
at createHeadings (/home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/outline/utils.ts:26:5)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts:240:22
|
e2e/blocksuite/outline/outline-panel.spec.ts:265:3 › TOC and editor scroll › should scroll to heading and highlight heading when click item in outline panel:
tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts#L1
2) e2e/blocksuite/outline/outline-panel.spec.ts:265:3 › TOC and editor scroll › should scroll to heading and highlight heading when click item in outline panel
Test timeout of 50000ms exceeded.
|
e2e/blocksuite/outline/outline-panel.spec.ts:265:3 › TOC and editor scroll › should scroll to heading and highlight heading when click item in outline panel:
tests/kit/src/utils/page-logic.ts#L62
2) e2e/blocksuite/outline/outline-panel.spec.ts:265:3 › TOC and editor scroll › should scroll to heading and highlight heading when click item in outline panel
Error: keyboard.type: Test timeout of 50000ms exceeded.
at ../../kit/src/utils/page-logic.ts:62
60 |
61 | export async function type(page: Page, content: string, delay = 50) {
> 62 | await page.keyboard.type(content, { delay });
| ^
63 | }
64 |
65 | export const createLinkedPage = async (page: Page, pageName?: string) => {
at type (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/page-logic.ts:62:23)
at createHeadings (/home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/outline/utils.ts:24:11)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/outline/outline-panel.spec.ts:268:22
|
Optimize CI
Request body: {"token":"***","caller":{"name":"graphite-ci-action","version":"0.0.0"},"context":{"kind":"GITHUB_ACTIONS","repository":{"owner":"toeverything","name":"AFFiNE"},"sha":"459972fe6ce66e37a5d813bbcfa318cff9c4f106","ref":"refs/heads/canary","head_ref":"","run":{"workflow":"Build & Test","job":"optimize_ci","run":13200441833}}}
|
Optimize CI
Response status: 400
|
Optimize CI
toeverything/AFFiNE/undefined
|
Optimize CI
Response returned a non-200 status. Skipping Graphite checks.
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › e2e/explorer-tag.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › e2e/explorer-tag.spec.ts took 46.4s
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › e2e/detail.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › e2e/detail.spec.ts took 53.8s
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › e2e/explorer-favorite.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › e2e/explorer-favorite.spec.ts took 50.0s
|
Slow Test:
tests/affine-mobile/[Mobile Safari] › e2e/explorer-folder.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › e2e/explorer-folder.spec.ts took 49.7s
|
Slow Test:
tests/affine-mobile/[Mobile Safari] › e2e/settings.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › e2e/settings.spec.ts took 1.0m
|
Slow Test:
tests/affine-mobile/[Mobile Safari] › e2e/home.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › e2e/home.spec.ts took 49.4s
|
Slow Test:
tests/affine-mobile/[Mobile Safari] › e2e/back-button-visibility.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › e2e/back-button-visibility.spec.ts took 50.3s
|
Slow Test:
tests/affine-mobile/[Mobile Safari] › e2e/explorer-folder.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › e2e/explorer-folder.spec.ts took 25.1s
|
Slow Test:
tests/affine-cloud/e2e/workspace.spec.ts#L1
tests/affine-cloud/e2e/workspace.spec.ts took 44.5s
|
Slow Test:
tests/affine-cloud/e2e/storage.spec.ts#L1
tests/affine-cloud/e2e/storage.spec.ts took 37.6s
|
Slow Test:
tests/affine-cloud/e2e/template.spec.ts#L1
tests/affine-cloud/e2e/template.spec.ts took 17.1s
|
Slow Test:
tests/affine-desktop-cloud/e2e/basic.spec.ts#L1
tests/affine-desktop-cloud/e2e/basic.spec.ts took 44.4s
|
Slow Test:
tests/affine-local/e2e/drag-page.spec.ts#L1
tests/affine-local/e2e/drag-page.spec.ts took 50.0s
|
Slow Test:
tests/affine-local/e2e/duplicate-page.spec.ts#L1
tests/affine-local/e2e/duplicate-page.spec.ts took 49.7s
|
Slow Test:
tests/affine-local/e2e/local-first-avatar.spec.ts#L1
tests/affine-local/e2e/local-first-avatar.spec.ts took 17.0s
|
Analyze (javascript)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
|
Analyze (javascript)
Unable to validate code scanning workflow: DuplicateLanguageInMatrix
|
Slow Test:
tests/affine-cloud/e2e/collaboration.spec.ts#L1
tests/affine-cloud/e2e/collaboration.spec.ts took 1.4m
|
Slow Test:
tests/affine-cloud/e2e/login.spec.ts#L1
tests/affine-cloud/e2e/login.spec.ts took 1.1m
|
Analyze (typescript)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
|
Analyze (typescript)
Unable to validate code scanning workflow: DuplicateLanguageInMatrix
|
Slow Test:
tests/affine-cloud/e2e/share-page.spec.ts#L1
tests/affine-cloud/e2e/share-page.spec.ts took 3.3m
|
Slow Test:
tests/affine-cloud/e2e/open-in-app.spec.ts#L1
tests/affine-cloud/e2e/open-in-app.spec.ts took 45.1s
|
Slow Test:
tests/affine-cloud/e2e/page-history.spec.ts#L1
tests/affine-cloud/e2e/page-history.spec.ts took 44.8s
|
test-build-mobile-app / ios
swiftformat 0.55.4 is already installed and up-to-date.
To reinstall 0.55.4, run:
brew reinstall swiftformat
|
🎭 Playwright Run Summary
7 passed (1.5m)
|
🎭 Playwright Run Summary
7 passed (1.6m)
|
🎭 Playwright Run Summary
2 flaky
selection/native.spec.ts:266:1 › cursor move to up and down with children block ────────────────
slash-menu.spec.ts:365:3 › slash menu should show and hide correctly › should open and close menu when using left right arrow, Enter, Esc keys
3 skipped
91 passed (1.4m)
|
🎭 Playwright Run Summary
7 passed (1.6m)
|
🎭 Playwright Run Summary
7 passed (1.6m)
|
🎭 Playwright Run Summary
4 skipped
93 passed (1.6m)
|
🎭 Playwright Run Summary
1 skipped
96 passed (1.6m)
|
🎭 Playwright Run Summary
12 skipped
85 passed (2.0m)
|
🎭 Playwright Run Summary
2 skipped
95 passed (1.5m)
|
🎭 Playwright Run Summary
96 passed (1.5m)
|
🎭 Playwright Run Summary
6 skipped
91 passed (2.3m)
|
🎭 Playwright Run Summary
1 skipped
96 passed (2.7m)
|
🎭 Playwright Run Summary
2 flaky
clipboard/list.spec.ts:134:1 › paste a nested list to a nested list ────────────────────────────
clipboard/list.spec.ts:215:1 › paste nested lists to a nested list ─────────────────────────────
2 skipped
93 passed (1.5m)
|
🎭 Playwright Run Summary
2 flaky
[Mobile Safari] › e2e/detail.spec.ts:33:1 › can show doc info ──────────────────────────────────
[Mobile Safari] › e2e/explorer-favorite.spec.ts:8:1 › Create new doc in favorites ──────────────
6 passed (3.5m)
|
🎭 Playwright Run Summary
4 skipped
93 passed (2.2m)
|
🎭 Playwright Run Summary
1 flaky
e2e/page-properties.spec.ts:296:1 › can show database backlink info ────────────────────────────
1 skipped
46 passed (5.9m)
|
🎭 Playwright Run Summary
4 passed (2.1m)
|
🎭 Playwright Run Summary
2 flaky
e2e/local-first-collections-items.spec.ts:67:1 › Show collections items in sidebar ─────────────
e2e/local-first-collections-items.spec.ts:109:1 › edit collection ──────────────────────────────
3 skipped
43 passed (6.3m)
|
🎭 Playwright Run Summary
1 passed (1.1m)
|
🎭 Playwright Run Summary
1 flaky
e2e/blocksuite/edgeless/embed.spec.ts:25:1 › should close embed editing modal when editor switching to page mode by short cut
1 skipped
47 passed (6.5m)
|
🎭 Playwright Run Summary
2 flaky
e2e/import-dialog.spec.ts:26:1 › Open import dialog by click header menu import button ─────────
e2e/links.spec.ts:279:1 › allow switching to embed view when linking to the other document with mode
46 passed (6.7m)
|
🎭 Playwright Run Summary
2 flaky
e2e/blocksuite/outline/outline-panel.spec.ts:233:3 › TOC and editor scroll › should highlight heading when scroll to area before viewport center
e2e/blocksuite/outline/outline-panel.spec.ts:265:3 › TOC and editor scroll › should scroll to heading and highlight heading when click item in outline panel
47 passed (7.0m)
|
🎭 Playwright Run Summary
2 skipped
6 passed (3.1m)
|
🎭 Playwright Run Summary
11 passed (5.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
affine.darwin-arm64.node
Expired
|
1.92 MB |
|
affine.darwin-x64.node
Expired
|
2.04 MB |
|
affine.linux-x64-gnu.node
Expired
|
2.07 MB |
|
affine.win32-x64-msvc.node
Expired
|
2.43 MB |
|
android
Expired
|
61.2 MB |
|
ios
Expired
|
61.3 MB |
|
server-native.node
Expired
|
4.33 MB |
|
test-results-e2e-1
Expired
|
8.39 MB |
|
test-results-e2e-2
Expired
|
13.3 MB |
|
test-results-e2e-3
Expired
|
19 MB |
|
test-results-e2e-4
Expired
|
11.3 MB |
|
test-results-e2e-5
Expired
|
7.67 MB |
|
test-results-e2e-legacy-bs-1
Expired
|
6.15 MB |
|
test-results-e2e-legacy-bs-10
Expired
|
6.6 MB |
|
test-results-e2e-macos-latest-arm64
Expired
|
8.85 MB |
|
test-results-e2e-mobile-1
Expired
|
10.6 MB |
|
test-results-e2e-server-desktop
Expired
|
1.2 MB |
|
test-results-e2e-ubuntu-latest-x64
Expired
|
10.3 MB |
|
test-results-e2e-windows-latest-x64
Expired
|
11.3 MB |
|
web
Expired
|
62.8 MB |
|