fix: color of canvas element under embed whiteboard is wrong #17740
Annotations
2 errors, 3 warnings, and 1 notice
Run playwright tests:
tests/affine-local/e2e/navigation.spec.ts#L1
1) navigation.spec.ts:19:5 › back and forward buttons ────────────────────────────────────────────
Test timeout of 50000ms exceeded.
|
Run playwright tests:
tests/affine-local/e2e/navigation.spec.ts#L35
1) 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
|
Run playwright tests:
tests/affine-local/local-first-trash-page.spec.ts#L1
tests/affine-local/local-first-trash-page.spec.ts took 44.1s
|
Run playwright tests:
tests/affine-local/local-first-show-delete-modal.spec.ts#L1
tests/affine-local/local-first-show-delete-modal.spec.ts took 43.2s
|
Run playwright tests:
tests/affine-local/open-affine.spec.ts#L1
tests/affine-local/open-affine.spec.ts took 23.8s
|
Run playwright tests
1 flaky
navigation.spec.ts:19:5 › back and forward buttons ─────────────────────────────────────────────
2 skipped
28 passed (3.8m)
|
Loading