feat(core): support creating cloud workspaces to different servers #19128
Annotations
2 errors, 1 warning, and 1 notice
tests/affine-mobile/e2e/home.spec.ts#L1
1) [Mobile Safari] › home.spec.ts:44:5 › all tab ─────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
tests/affine-mobile/e2e/home.spec.ts#L48
1) [Mobile Safari] › home.spec.ts:44:5 › all tab ─────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('#app-tabs').getByRole('tab', { name: 'all' })
- locator resolved to <a role="tab" aria-label="all" data-active="false" class="styles_tabItem__1qrozp53" href="/workspace/AO5vCMZrv6m5gbNmDrq8T/all">…</a>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 100ms
93 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 500ms
46 | await expect(docsTab).toBeVisible();
47 |
> 48 | await docsTab.click();
| ^
49 |
50 | const todayDocs = page.getByTestId('doc-card');
51 | expect(await todayDocs.count()).toBeGreaterThan(0);
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/home.spec.ts:48:17
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
This job succeeded
Loading