fix(core): bring back menu offset #15882
Annotations
2 errors and 1 notice
tests/affine-desktop-cloud/e2e/basic.spec.ts#L1
1) basic.spec.ts:28:5 › new page ─────────────────────────────────────────────────────────────────
Test timeout of 50000ms exceeded.
|
tests/kit/utils/workspace.ts#L30
1) basic.spec.ts:28:5 › new page ─────────────────────────────────────────────────────────────────
Error: locator.click: Target page, context or browser has been closed
Call log:
- waiting for getByPlaceholder('Set a Workspace name')
- locator resolved to <input minlength="0" maxlength="64" placeholder="Set a workspace name" class="style_input__1n8hn371 large" data-testid="create-workspace-input"/>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not stable
- 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
at ../../kit/utils/workspace.ts:30
28 |
29 | // input workspace name
> 30 | await page.getByPlaceholder('Set a Workspace name').click();
| ^
31 | await page.getByPlaceholder('Set a Workspace name').fill(params.name);
32 |
33 | // click create button
at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:30:55)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-desktop-cloud/e2e/basic.spec.ts:31:3
|
|
This job succeeded
Loading