feat(core): frame editor settings #24645
Annotations
2 errors and 1 notice
tests/affine-local/e2e/local-first-collections-items.spec.ts#L1
1) 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#L48
1) e2e/local-first-collections-items.spec.ts:67:1 › Show collections items in sidebar ────────────
Error: locator.click: Test timeout of 50000ms exceeded.
Call log:
- waiting for getByTestId('create-first-filter')
- locator resolved to <button type="button" id="radix-:r6v:" data-state="closed" data-size="default" data-mobile="false" aria-haspopup="menu" aria-expanded="false" data-variant="secondary" data-testid="create-first-filter" class="button_button__ph3zqme collection-list_filterMenuTrigger__1jpfkcv4">…</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
46 | const cell = page.getByTestId('page-list-item-title').getByText('test page');
47 | await expect(cell).toBeVisible();
> 48 | await page.getByTestId('create-first-filter').click({
| ^
49 | delay: 200,
50 | });
51 | await page
at createAndPinCollection (/home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:48:49)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-collections-items.spec.ts:94:3
|
|
The logs for this run have expired and are no longer available.
Loading