fix(core): reference link icon (#8223) #4
Annotations
5 errors, 1 warning, 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/affine-local/e2e/local-first-avatar.spec.ts#L54
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('settings-modal-trigger')
- locator resolved to <span data-testid="settings-modal-trigger">Settings</span>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
- locator resolved to <span data-testid="settings-modal-trigger">Settings</span>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <html lang="en-US" data-theme="light">…</html> intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <html lang="en-US" data-theme="light">…</html> intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
52 |
53 | // Click remove button to remove workspace avatar
> 54 | await page.getByTestId('settings-modal-trigger').click();
| ^
55 | await page.getByTestId('current-workspace-label').click();
56 | await page.getByTestId('workspace-setting-avatar').hover();
57 | await page.getByTestId('workspace-setting-remove-avatar-button').click();
at /home/runner/work/AFFiNE-Contribution/AFFiNE-Contribution/tests/affine-local/e2e/local-first-avatar.spec.ts:54:52
|
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#L57
2) local-first-collections-items.spec.ts:67:5 › Show collections items in sidebar ────────────────
Error: locator.click: Target page, context or browser has been closed
55 | delay: 200,
56 | });
> 57 | await page.getByTestId('save-as-collection').click({
| ^
58 | delay: 200,
59 | });
60 | const title = page.getByTestId('input-collection-title');
at createAndPinCollection (/home/runner/work/AFFiNE-Contribution/AFFiNE-Contribution/tests/affine-local/e2e/local-first-collections-items.spec.ts:57:48)
at /home/runner/work/AFFiNE-Contribution/AFFiNE-Contribution/tests/affine-local/e2e/local-first-collections-items.spec.ts:94:3
|
tests/kit/utils/page-logic.ts#L50
3) local-first-favorites-items.spec.ts:84:5 › Deleted page's reference will not be shown 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-Contribution/AFFiNE-Contribution/tests/kit/utils/page-logic.ts:50:35)
at /home/runner/work/AFFiNE-Contribution/AFFiNE-Contribution/tests/affine-local/e2e/local-first-favorites-items.spec.ts:98:3
|
tests/affine-local/local-first-new-page.spec.ts#L1
tests/affine-local/local-first-new-page.spec.ts took 20.7s
|
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:84:5 › Deleted page's reference will not be shown in sidebar
3 skipped
24 passed (4.8m)
|
This job succeeded
Loading