ci: re-enable nx cloud #19888
Annotations
2 errors, 1 warning, and 1 notice
Run playwright tests:
tests/affine-local/e2e/peek-view.spec.ts#L1
1) peek-view.spec.ts:112:5 › can open peek view for embedded frames ──────────────────────────────
Test timeout of 50000ms exceeded.
|
Run playwright tests:
tests/affine-local/e2e/peek-view.spec.ts#L184
1) peek-view.spec.ts:112:5 › can open peek view for embedded frames ──────────────────────────────
Error: expect(locator).not.toBeVisible()
Locator: getByTestId('peek-view-modal')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for getByTestId('peek-view-modal')
182 | // can close modal when navigate
183 | await openHomePage(page);
> 184 | await expect(page.getByTestId('peek-view-modal')).not.toBeVisible();
| ^
185 | });
186 |
187 | test.skip('can open peek view for fav link', async ({ page }) => {
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/peek-view.spec.ts:184:57
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run playwright tests
1 flaky
peek-view.spec.ts:112:5 › can open peek view for embedded frames ───────────────────────────────
1 skipped
34 passed (3.7m)
|
Loading