feat(core): support creating cloud workspaces to different servers #19128
Annotations
3 errors, 1 warning, and 1 notice
tests/affine-mobile/e2e/detail.spec.ts#L1
1) [Mobile Safari] › detail.spec.ts:39:5 › can add text property ─────────────────────────────────
Test timeout of 60000ms exceeded.
|
tests/affine-mobile/e2e/detail.spec.ts#L52
1) [Mobile Safari] › detail.spec.ts:39:5 › can add text property ─────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('mobile-menu-back-button').last()
- locator resolved to <button data-mobile="true" data-size="default" data-variant="plain" data-no-hover="true" data-testid="mobile-menu-back-button" class="button_button__b5pchse styles_backButton__1gulbsj4">…</button>
- 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
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- element is outside of the viewport
- 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
- element is outside of the viewport
- retrying click action
- waiting 100ms
70 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- element is outside of the viewport
- retrying click action
- waiting 500ms
50 | page.getByTestId('mobile-menu-back-button').last()
51 | ).toBeVisible();
> 52 | await page.getByTestId('mobile-menu-back-button').last().click();
| ^
53 |
54 | await expect(page.getByTestId('mobile-menu-back-button')).toContainText(
55 | 'Write, Draw, Plan all at Once'
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:52:60
|
tests/affine-mobile/e2e/explorer-folder.spec.ts#L19
2) [Mobile Safari] › explorer-folder.spec.ts:62:5 › create a folder and rename it ────────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: "rename-input"
Received: null
17 | const isRenameInputFocused = async (page: Page) => {
18 | const focusElTestid = await getAttrOfActiveElement(page);
> 19 | expect(focusElTestid).toEqual('rename-input');
| ^
20 | };
21 |
22 | const createRootFolder = async (page: Page, name: string) => {
at isRenameInputFocused (/home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/explorer-folder.spec.ts:19:25)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/explorer-folder.spec.ts:69:3
|
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