fix(core): remove joined workspace icon from current worksapce card (… #14903
Annotations
5 errors, 2 warnings, and 1 notice
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.
|
tests/kit/utils/page-logic.ts#L26
1) local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it
Error: locator.click: Test timeout of 50000ms exceeded.
Call log:
- waiting for getByTestId('sidebar-new-page-button')
at ../../kit/utils/page-logic.ts:26
24 | }
25 | // fixme(himself65): if too fast, the page will crash
> 26 | await page.getByTestId('sidebar-new-page-button').click({
| ^
27 | delay: 100,
28 | });
29 | await waitForEmptyEditor(page);
at clickNewPageButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:26:53)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:17:3
|
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.
|
tests/affine-local/e2e/local-first-collections-items.spec.ts#L18
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 getByTestId('page-list-header-selection-checkbox')
16 | const removeOnboardingPages = async (page: Page) => {
17 | await page.getByTestId('all-pages').click();
> 18 | await page.getByTestId('page-list-header-selection-checkbox').click();
| ^
19 | // click again to select all
20 | await page.getByTestId('page-list-header-selection-checkbox').click();
21 | await page.getByTestId('list-toolbar-delete').click();
at removeOnboardingPages (/home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:18:65)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:68:3
|
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
|
tests/affine-local/local-first-show-delete-modal.spec.ts#L1
tests/affine-local/local-first-show-delete-modal.spec.ts took 22.6s
|
tests/affine-local/local-first-new-page.spec.ts#L1
tests/affine-local/local-first-new-page.spec.ts took 21.4s
|
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.9m)
|
This job succeeded
Loading