fix(core): input overflow issue #8451
build-test.yml
on: pull_request
Matrix: build-native
Build Server native
1m 17s
Matrix: Analyze
Matrix: E2E Test
Build @affine/web
2m 44s
Lint
3m 31s
Check yarn binary
5s
E2E Migration Test
2m 59s
Matrix: server-e2e-test
Matrix: desktop-test
3, 2, 1 Launch
0s
Annotations
5 errors, 11 warnings, and 10 notices
local-first-workspace-list.spec.ts:63:5 › create multi workspace in the workspace list:
tests/affine-local/e2e/local-first-workspace-list.spec.ts#L1
1) local-first-workspace-list.spec.ts:63:5 › create multi workspace in the workspace list ────────
Test timeout of 50000ms exceeded.
|
local-first-workspace-list.spec.ts:63:5 › create multi workspace in the workspace list:
tests/affine-local/e2e/local-first-workspace-list.spec.ts#L138
1) local-first-workspace-list.spec.ts:63:5 › create multi workspace in the workspace list ────────
Error: page.waitForTimeout: Test timeout of 50000ms exceeded.
136 | await openWorkspaceListModal(page);
137 |
> 138 | await page.waitForTimeout(1000);
| ^
139 | // check workspace list length
140 | {
141 | const workspaceCards = page.getByTestId('workspace-card');
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:138:14
|
navigation.spec.ts:19:5 › back and forward buttons:
tests/affine-local/e2e/navigation.spec.ts#L1
2) navigation.spec.ts:19:5 › back and forward buttons ────────────────────────────────────────────
Test timeout of 50000ms exceeded.
|
navigation.spec.ts:19:5 › back and forward buttons:
tests/affine-local/e2e/navigation.spec.ts#L35
2) navigation.spec.ts:19:5 › back and forward buttons ────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 50000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
33 | await page.waitForURL(url => url.pathname.endsWith('collection'));
34 | await page.getByTestId('workspace-tags-button').click({ delay: 50 });
> 35 | await page.waitForURL(url => url.pathname.endsWith('tag'));
| ^
36 |
37 | await page.goBack();
38 | await page.waitForURL(url => url.pathname.endsWith('collection'));
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/navigation.spec.ts:35:14
|
collaboration.spec.ts:123:5 › can collaborate with other user and name should display when editing:
tests/affine-cloud/e2e/collaboration.spec.ts#L164
1) collaboration.spec.ts:123:5 › can collaborate with other user and name should display when editing
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Kacie28')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Kacie28')
- locator resolved to <div>…</div>
- unexpected value "hidden"
- locator resolved to <div>…</div>
- unexpected value "hidden"
- locator resolved to <div>…</div>
- unexpected value "hidden"
- locator resolved to <div>…</div>
- unexpected value "hidden"
- locator resolved to <div>…</div>
- unexpected value "hidden"
- locator resolved to <div>…</div>
- unexpected value "hidden"
- locator resolved to <div>…</div>
- unexpected value "hidden"
162 | })();
163 | // username should be visible when editing
> 164 | await expect(page2.getByText(user.name)).toBeVisible();
| ^
165 | await typingPromise;
166 | }
167 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/collaboration.spec.ts:164:46
|
Slow Test:
tests/affine-migration/basic.spec.ts#L1
tests/affine-migration/basic.spec.ts took 1.2m
|
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 (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'.
|
Slow Test:
tests/affine-desktop-cloud/basic.spec.ts#L1
tests/affine-desktop-cloud/basic.spec.ts took 39.2s
|
Slow Test:
tests/affine-local/drag-page.spec.ts#L1
tests/affine-local/drag-page.spec.ts took 40.5s
|
Slow Test:
tests/affine-local/duplicate-page.spec.ts#L1
tests/affine-local/duplicate-page.spec.ts took 36.5s
|
Slow Test:
tests/affine-local/local-first-avatar.spec.ts#L1
tests/affine-local/local-first-avatar.spec.ts took 16.3s
|
Slow Test:
tests/affine-local/local-first-workspace.spec.ts#L1
tests/affine-local/local-first-workspace.spec.ts took 33.1s
|
Slow Test:
tests/affine-cloud/page-history.spec.ts#L1
tests/affine-cloud/page-history.spec.ts took 1.2m
|
Slow Test:
tests/affine-cloud/workspace.spec.ts#L1
tests/affine-cloud/workspace.spec.ts took 28.4s
|
Slow Test:
tests/affine-cloud/login.spec.ts#L1
tests/affine-cloud/login.spec.ts took 1.8m
|
🎭 Playwright Run Summary
4 passed (1.3m)
|
🎭 Playwright Run Summary
25 passed (2.7m)
|
🎭 Playwright Run Summary
3 skipped
23 passed (3.0m)
|
🎭 Playwright Run Summary
26 passed (2.8m)
|
🎭 Playwright Run Summary
1 passed (56.6s)
|
🎭 Playwright Run Summary
26 passed (3.1m)
|
🎭 Playwright Run Summary
2 flaky
local-first-workspace-list.spec.ts:63:5 › create multi workspace in the workspace list ─────────
navigation.spec.ts:19:5 › back and forward buttons ─────────────────────────────────────────────
23 passed (3.4m)
|
🎭 Playwright Run Summary
1 skipped
3 passed (2.0m)
|
🎭 Playwright Run Summary
4 passed (2.1m)
|
🎭 Playwright Run Summary
1 flaky
collaboration.spec.ts:123:5 › can collaborate with other user and name should display when editing
5 passed (5.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
affine.darwin-arm64.node
Expired
|
1.4 MB |
|
affine.darwin-x64.node
Expired
|
1.51 MB |
|
affine.linux-x64-gnu.node
Expired
|
1.54 MB |
|
affine.win32-x64-msvc.node
Expired
|
1.56 MB |
|
server-native.node
Expired
|
535 KB |
|
web
Expired
|
45.2 MB |
|