chore: bump up oxlint version to v0.3.0 (#6636) #41
Annotations
4 errors, 1 warning, and 1 notice
Run playwright tests:
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.
|
Run playwright tests:
tests/affine-local/e2e/local-first-workspace-list.spec.ts#L135
1) local-first-workspace-list.spec.ts:63:5 › create multi 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/KowsWIZD0TOwNeUXHXOb7/all"
133 | );
134 |
> 135 | await page.reload();
| ^
136 | await openWorkspaceListModal(page);
137 |
138 | await page.waitForTimeout(1000);
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:135:14
|
Run playwright tests:
tests/affine-local/e2e/navigation.spec.ts#L1
2) navigation.spec.ts:19:5 › back and forward buttons ────────────────────────────────────────────
Test timeout of 50000ms exceeded.
|
Run playwright tests:
tests/affine-local/e2e/navigation.spec.ts#L40
2) navigation.spec.ts:19:5 › back and forward buttons ────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 50000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
============================================================
38 | await page.waitForURL(url => url.pathname.endsWith('collection'));
39 | await page.goBack();
> 40 | await page.waitForURL(url => url.pathname.endsWith('all'));
| ^
41 | await historyShortcut(page, 'goBack');
42 |
43 | await waitForEditorLoad(page);
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/navigation.spec.ts:40:14
|
Run playwright tests:
tests/affine-local/local-first-workspace.spec.ts#L1
tests/affine-local/local-first-workspace.spec.ts took 31.8s
|
Run playwright tests
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)
|
Loading