fix(server): log error on gcloud #25658
Annotations
1 error, 1 warning, and 1 notice
tests/kit/src/utils/page-logic.ts#L37
1) e2e/blocksuite/outline/outline-viewer.spec.ts:102:1 › should highlight indicator when scrolling
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for getByTestId('sidebar-new-page-button')
- locator resolved to <button data-size="custom" data-icon-size="20" data-mobile="false" data-state="closed" data-variant="custom" data-icon-variant="plain" data-testid="sidebar-new-page-button" class="button_button__ph3zqme button_iconButton__ph3zqmh add-page-button_root__18n7nrk0">…</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
at ../../kit/src/utils/page-logic.ts:37
35 | export async function clickNewPageButton(page: Page, title?: string) {
36 | // fixme(himself65): if too fast, the page will crash
> 37 | await page.getByTestId('sidebar-new-page-button').click({
| ^
38 | delay: 100,
39 | });
40 | await waitForEmptyEditor(page);
at clickNewPageButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/src/utils/page-logic.ts:37:53)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/blocksuite/outline/outline-viewer.spec.ts:33:9
|
tests/affine-local/e2e/blocksuite/toolbar.spec.ts#L1
tests/affine-local/e2e/blocksuite/toolbar.spec.ts took 21.4s
|
|
The logs for this run have expired and are no longer available.
Loading