chore: bump up react-day-picker version to v9 (#7559) #14592
build-test.yml
on: push
Matrix: build-native
Build Server native
1m 44s
Matrix: Analyze
Matrix: E2E Mobile Test
Matrix: E2E Test
Build @affine/web
3m 34s
Lint
4m 46s
Check yarn binary
6s
E2E Migration Test
3m 37s
Matrix: server-e2e-test
Matrix: desktop-test
3, 2, 1 Launch
0s
Annotations
16 errors, 17 warnings, and 15 notices
[Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu:
tests/affine-mobile/e2e/detail.spec.ts#L1
1) [Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu ──────────────────────────
Test timeout of 60000ms exceeded.
|
[Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu:
tests/affine-mobile/e2e/detail.spec.ts#L13
1) [Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu ──────────────────────────
Error: page.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('[data-testid="detail-page-header-more-button"]')
- locator resolved to <button data-size="custom" data-icon-size="24" data-variant="custom" data-icon-variant="plain" data-testid="detail-page-header-more-button" class="button_button__4mphx6e button_iconButton__4mphx6h page-header-more-button_iconButton__m2qhsa0">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
11 |
12 | test('can open page view more menu', async ({ page }) => {
> 13 | await page.click('[data-testid="detail-page-header-more-button"]');
| ^
14 | await expect(page.getByRole('dialog')).toBeVisible();
15 | });
16 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:13:14
|
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode:
tests/affine-mobile/e2e/detail.spec.ts#L1
2) [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ───────────────────────────────────
Test timeout of 60000ms exceeded.
|
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode:
tests/affine-mobile/e2e/detail.spec.ts#L18
2) [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ───────────────────────────────────
Error: page.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('[data-testid="detail-page-header-more-button"]')
- locator resolved to <button data-size="custom" data-icon-size="24" data-variant="custom" data-icon-variant="plain" data-testid="detail-page-header-more-button" class="button_button__4mphx6e button_iconButton__4mphx6h page-header-more-button_iconButton__m2qhsa0">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
16 |
17 | test('switch to page mode', async ({ page }) => {
> 18 | await page.click('[data-testid="detail-page-header-more-button"]');
| ^
19 | await expect(page.getByRole('dialog')).toBeVisible();
20 |
21 | await page.getByRole('menuitem', { name: 'convert to page' }).click();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:18:14
|
local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list:
tests/affine-local/e2e/local-first-workspace-list.spec.ts#L1
1) local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ──────────
Test timeout of 50000ms exceeded.
|
local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list:
tests/affine-local/e2e/local-first-workspace-list.spec.ts#L54
1) local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ──────────
Error: page.reload: Test timeout of 50000ms exceeded.
Call log:
- waiting for navigation until "load"
- navigated to "http://localhost:8080/workspace/KI6RiQarifuKiEECW1Lhw/all"
52 | const result = await getPagesCount(page);
53 | expect(result).toBe(1);
> 54 | await page.reload();
| ^
55 | await page.waitForTimeout(4000);
56 | const result1 = await getPagesCount(page);
57 | expect(result1).toBe(1);
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:54:14
|
quick-search.spec.ts:168:5 › Create a new page and search this page:
tests/affine-local/e2e/quick-search.spec.ts#L1
1) quick-search.spec.ts:168:5 › Create a new page and search this page ───────────────────────────
Test timeout of 50000ms exceeded.
|
quick-search.spec.ts:168:5 › Create a new page and search this page:
tests/affine-local/e2e/quick-search.spec.ts#L179
1) quick-search.spec.ts:168:5 › Create a new page and search this page ───────────────────────────
Error: page.waitForTimeout: Test timeout of 50000ms exceeded.
177 | await addNewPage.click();
178 |
> 179 | await page.waitForTimeout(300);
| ^
180 | await assertTitle(page, 'test123456');
181 | await openQuickSearchByShortcut(page);
182 | await insertInputText(page, 'test123456');
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/quick-search.spec.ts:179:14
|
quick-search.spec.ts:548:5 › can use slash menu to insert a newly created doc card:
tests/affine-local/e2e/quick-search.spec.ts#L573
2) quick-search.spec.ts:548:5 › can use slash menu to insert a newly created doc card ────────────
Error: Timed out 5000ms waiting for expect(locator).toContainText(expected)
Locator: locator('.affine-embed-linked-doc-content-title')
- Expected string - 1
+ Received string + 13
- test title
+
+
+
+
+
+
+
+
+
+
+ 1
+
+
Call log:
- expect.toContainText with timeout 5000ms
- waiting for locator('.affine-embed-linked-doc-content-title')
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
- locator resolved to <div class="affine-embed-linked-doc-content-title">…</div>
- unexpected value "
1
"
571 | await expect(
572 | page.locator('.affine-embed-linked-doc-content-title')
> 573 | ).toContainText(testTitle);
| ^
574 | });
575 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/quick-search.spec.ts:573:5
|
local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it:
tests/affine-local/e2e/local-first-avatar.spec.ts#L1
1) local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it
Test timeout of 50000ms exceeded.
|
local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it:
tests/affine-local/e2e/local-first-avatar.spec.ts#L33
1) local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it
Error: page.waitForTimeout: Test timeout of 50000ms exceeded.
31 | await page.getByTestId('workspace-name').click();
32 | await page.getByTestId('workspace-card').nth(0).click();
> 33 | await page.waitForTimeout(1000);
| ^
34 | await page.getByTestId('workspace-name').click();
35 | await page.getByTestId('workspace-card').nth(1).click();
36 | const avatarCanvas = await page
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:33:14
|
local-first-collections-items.spec.ts:67:5 › Show collections items in sidebar:
tests/affine-local/e2e/local-first-collections-items.spec.ts#L1
2) local-first-collections-items.spec.ts:67:5 › Show collections items in sidebar ────────────────
Test timeout of 50000ms exceeded.
|
local-first-collections-items.spec.ts:67:5 › Show collections items in sidebar:
tests/affine-local/e2e/local-first-collections-items.spec.ts#L91
2) local-first-collections-items.spec.ts:67:5 › Show collections items in sidebar ────────────────
Error: locator.click: Test timeout of 50000ms exceeded.
Call log:
- waiting for getByText('Delete')
- locator resolved to <span class="styles_menuSpan__njwon25">Delete</span>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #3
- waiting 100ms
89 | await first.getByTestId('explorer-tree-node-operation-button').click();
90 | const deleteCollection = page.getByText('Delete');
> 91 | await deleteCollection.click();
| ^
92 | await page.waitForTimeout(50);
93 | await expect(items).toHaveCount(0);
94 | await createAndPinCollection(page);
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:91:26
|
local-first-favorites-items.spec.ts:42:5 › Show favorite reference in sidebar:
tests/kit/utils/page-logic.ts#L50
3) local-first-favorites-items.spec.ts:42:5 › Show favorite reference in sidebar ─────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.linked-doc-popover')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.linked-doc-popover')
at ../../kit/utils/page-logic.ts:50
48 | await page.keyboard.type('@', { delay: 50 });
49 | const linkedPagePopover = page.locator('.linked-doc-popover');
> 50 | await expect(linkedPagePopover).toBeVisible();
| ^
51 | await type(page, pageName || 'Untitled');
52 |
53 | await page.keyboard.press('ArrowUp');
at createLinkedPage (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:50:35)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-favorites-items.spec.ts:52:3
|
basic.spec.ts:28:5 › new page:
tests/affine-desktop-cloud/e2e/basic.spec.ts#L1
1) basic.spec.ts:28:5 › new page ─────────────────────────────────────────────────────────────────
Test timeout of 50000ms exceeded.
|
basic.spec.ts:28:5 › new page:
tests/kit/utils/workspace.ts#L11
1) basic.spec.ts:28:5 › new page ─────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByTestId('app-sidebar').getByTestId('workspace-name')
- locator resolved to <div data-testid="workspace-name" class="styles_workspaceName__1x2z2gu5">Demo Workspace</div>
- attempting click action
- waiting for element to be visible, enabled and stable
at ../../kit/utils/workspace.ts:11
9 |
10 | export async function openWorkspaceListModal(page: Page) {
> 11 | await page.getByTestId('app-sidebar').getByTestId('workspace-name').click({
| ^
12 | delay: 50,
13 | });
14 | }
at openWorkspaceListModal (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:11:71)
at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:20:9)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-desktop-cloud/e2e/basic.spec.ts:31:29
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › home.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › home.spec.ts took 54.7s
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › detail.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › detail.spec.ts took 47.1s
|
Slow Test:
tests/affine-mobile/[Mobile Chrome] › detail.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › detail.spec.ts took 59.8s
|
Slow Test:
tests/affine-mobile/[Mobile Safari] › home.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › home.spec.ts took 50.6s
|
Slow Test:
tests/affine-migration/basic.spec.ts#L1
tests/affine-migration/basic.spec.ts took 1.4m
|
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 (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'.
|
Slow Test:
tests/affine-mobile/[Mobile Safari] › home.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › home.spec.ts took 21.2s
|
Slow Test:
tests/affine-local/ai-land.spec.ts#L1
tests/affine-local/ai-land.spec.ts took 44.8s
|
Slow Test:
tests/affine-local/open-affine.spec.ts#L1
tests/affine-local/open-affine.spec.ts took 29.8s
|
Slow Test:
tests/affine-local/router.spec.ts#L1
tests/affine-local/router.spec.ts took 25.4s
|
Slow Test:
tests/affine-cloud/page-history.spec.ts#L1
tests/affine-cloud/page-history.spec.ts took 1.5m
|
Slow Test:
tests/affine-local/local-first-new-page.spec.ts#L1
tests/affine-local/local-first-new-page.spec.ts took 20.5s
|
Slow Test:
tests/affine-cloud/share-page.spec.ts#L1
tests/affine-cloud/share-page.spec.ts took 2.3m
|
Slow Test:
tests/affine-cloud/workspace.spec.ts#L1
tests/affine-cloud/workspace.spec.ts took 1.0m
|
Slow Test:
tests/affine-cloud/collaboration.spec.ts#L1
tests/affine-cloud/collaboration.spec.ts took 3.1m
|
Slow Test:
tests/affine-cloud/login.spec.ts#L1
tests/affine-cloud/login.spec.ts took 1.8m
|
🎭 Playwright Run Summary
3 passed (1.0m)
|
🎭 Playwright Run Summary
3 passed (1.0m)
|
🎭 Playwright Run Summary
3 passed (1.1m)
|
🎭 Playwright Run Summary
3 passed (1.3m)
|
🎭 Playwright Run Summary
4 passed (1.5m)
|
🎭 Playwright Run Summary
2 flaky
[Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu ───────────────────────────
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ────────────────────────────────────
2 passed (2.3m)
|
🎭 Playwright Run Summary
31 passed (3.6m)
|
🎭 Playwright Run Summary
1 flaky
local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ───────────
2 skipped
27 passed (3.8m)
|
🎭 Playwright Run Summary
2 flaky
quick-search.spec.ts:168:5 › Create a new page and search this page ────────────────────────────
quick-search.spec.ts:548:5 › can use slash menu to insert a newly created doc card ─────────────
28 passed (4.2m)
|
🎭 Playwright Run Summary
1 skipped
2 passed (1.9m)
|
🎭 Playwright Run Summary
31 passed (3.9m)
|
🎭 Playwright Run Summary
3 flaky
local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it ─
local-first-collections-items.spec.ts:67:5 › Show collections items in sidebar ─────────────────
local-first-favorites-items.spec.ts:42:5 › Show favorite reference in sidebar ──────────────────
3 skipped
24 passed (4.6m)
|
🎭 Playwright Run Summary
1 flaky
basic.spec.ts:28:5 › new page ──────────────────────────────────────────────────────────────────
|
🎭 Playwright Run Summary
5 passed (3.8m)
|
🎭 Playwright Run Summary
1 skipped
7 passed (5.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
affine.darwin-arm64.node
Expired
|
1.48 MB |
|
affine.darwin-x64.node
Expired
|
1.57 MB |
|
affine.linux-x64-gnu.node
Expired
|
1.61 MB |
|
affine.win32-x64-msvc.node
Expired
|
1.68 MB |
|
server-native.node
Expired
|
4.22 MB |
|
web
Expired
|
58.6 MB |
|