fix(server): prelude should load both local and remote config file #13296
Annotations
5 errors 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#L55
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('current-workspace-label')
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();
58 | await page.mouse.click(0, 0);
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:55:53
|
tests/affine-local/e2e/local-first-avatar.spec.ts#L23
1) local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 5000ms exceeded.
Call log:
- waiting for getByTestId('workspace-name')
- locator resolved to <div data-testid="workspace-name" class="styles_works…>Demo Workspace</div>
- 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
- <div data-state="open" aria-hidden="true" data-aria-h…></div> from <modal-transition-container>…</modal-transition-container> subtree 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
- <div data-state="open" aria-hidden="true" data-aria-h…></div> from <modal-transition-container>…</modal-transition-container> subtree intercepts pointer events
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div data-state="open" aria-hidden="true" data-aria-h…></div> from <modal-transition-container>…</modal-transition-container> subtree intercepts pointer events
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div data-state="open" aria-hidden="true" data-aria-h…></div> from <modal-transition-container>…</modal-transition-container> subtree intercepts pointer events
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div data-state="open" aria-hidden="true" data-aria-h…></div> from <modal-transition-container>…</modal-transition-container> subtree intercepts pointer events
- retrying click action, attempt #5
- waiting 500ms
- 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
21 | await page.getByTestId('create-workspace-create-button').click();
22 | await page.waitForTimeout(1000);
> 23 | await page.getByTestId('workspace-name').click();
| ^
24 | await page.getByTestId('workspace-card').nth(1).click();
25 | await page.getByTestId('settings-modal-trigger').click();
26 | await page.getByTestId('current-workspace-label').click();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:23:44
|
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#L48
2) local-first-collections-items.spec.ts:67:5 › Show collections items in sidebar ────────────────
Error: locator.click: Test timeout of 50000ms exceeded.
Call log:
- waiting for getByTestId('create-first-filter')
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
|
|
This job succeeded
Loading