fix(server): log error on gcloud (#10235) #25666
Annotations
2 errors and 1 notice
tests/affine-local/e2e/page-properties.spec.ts#L1
1) e2e/page-properties.spec.ts:262:1 › delete property via property popup ────────────────────────
Test timeout of 50000ms exceeded.
|
tests/affine-local/e2e/page-properties.spec.ts#L273
1) e2e/page-properties.spec.ts:262:1 › delete property via property popup ────────────────────────
Error: locator.click: Test timeout of 50000ms exceeded.
Call log:
- waiting for locator('[data-radix-menu-content]').getByRole('menuitem', { name: 'Delete property' })
- locator resolved to <div tabindex="-1" role="menuitem" data-orientation="vertical" data-radix-collection-item="" class="styles_menuItem__t7bq4f4 danger">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action
- waiting for element to be visible, enabled and stable
271 | name: 'Delete property',
272 | })
> 273 | .click();
| ^
274 | // confirm delete dialog should show
275 | await expect(page.getByRole('dialog')).toBeVisible();
276 | await page
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/page-properties.spec.ts:273:6
|
|
The logs for this run have expired and are no longer available.
Loading