chore: Lock file maintenance #25169
Annotations
4 errors and 1 notice
tests/affine-local/e2e/local-first-avatar.spec.ts#L1
1) e2e/local-first-avatar.spec.ts:9:1 › 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#L26
1) e2e/local-first-avatar.spec.ts:9:1 › 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 is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <html lang="en" data-theme="light">…</html> intercepts pointer events
- retrying click action
- waiting for element to be visible, enabled and stable
24 | .nth(1)
25 | .click({ position: { x: 10, y: 10 } });
> 26 | await page.getByTestId('settings-modal-trigger').click();
| ^
27 | await page.getByTestId('workspace-setting:preference').click();
28 | await page
29 | .getByTestId('upload-avatar')
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:26:52
|
tests/affine-local/e2e/local-first-collections-items.spec.ts#L1
2) e2e/local-first-collections-items.spec.ts:67:1 › Show collections items in sidebar ────────────
Test timeout of 50000ms exceeded.
|
tests/affine-local/e2e/local-first-collections-items.spec.ts#L57
2) e2e/local-first-collections-items.spec.ts:67:1 › Show collections items in sidebar ────────────
Error: locator.click: Test timeout of 50000ms exceeded.
Browser logs:
<launching> /home/runner/work/AFFiNE/AFFiNE/node_modules/.cache/ms-playwright/chromium_headless_shell-1155/chrome-linux/headless_shell --disable-field-trial-config --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=ImprovedCookieControls,LazyFrameLoading,GlobalMediaControls,DestroyProfileOnBrowserClose,MediaRouter,DialMediaRouteProvider,AcceptCHFrame,AutoExpandDetailsElement,CertificateTransparencyComponentUpdater,AvoidUnnecessaryBeforeUnloadCheckSync,Translate,HttpsUpgrades,PaintHolding,ThirdPartyStoragePartitioning,LensOverlay,PlzDedicatedWorker --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --force-color-profile=srgb --metrics-recording-only --no-first-run --enable-automation --password-store=basic --use-mock-keychain --no-service-autorun --export-tagged-pdf --disable-search-engine-choice-screen --unsafely-disable-devtools-self-xss-warnings --headless --hide-scrollbars --mute-audio --blink-settings=primaryHoverType=2,availableHoverTypes=2,primaryPointerType=4,availablePointerTypes=4 --no-sandbox --user-data-dir=/tmp/playwright_chromiumdev_profile-qwIyEG --remote-debugging-pipe --no-startup-window
<launched> pid=5428
[pid=5428][err] [0212/115753.688525:WARNING:sandbox_linux.cc(420)] InitializeSandbox() called with multiple threads in process gpu-process.
[pid=5428][err] [0212/115753.689297:WARNING:viz_main_impl.cc(85)] VizNullHypothesis is disabled (not a warning)
[pid=5428] <gracefully close start>
Call log:
- waiting for getByTestId('save-as-collection')
- locator resolved to <button data-size="default" data-mobile="false" data-variant="secondary" data-testid="save-as-collection" class="button_button__ph3zqme save-as-collection-button_button__yhl4cm0">…</button>
- 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
- performing click action
55 | delay: 200,
56 | });
> 57 | await page.getByTestId('save-as-collection').click({
| ^
58 | delay: 200,
59 | });
60 | const title = page.getByTestId('prompt-modal-input');
at createAndPinCollection (/home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:57:48)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:69:3
|
|
The logs for this run have expired and are no longer available.
Loading