refactor: remove unused deps (#8259) #6
Annotations
2 errors, 1 warning, 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#L35
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('workspace-card').nth(1)
- locator resolved to <div tabindex="0" role="button" data-testid="workspace-card" class="styles_container__c1u3lp0 workspace-list_workspaceCard__1szlu9g5">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
33 | await page.waitForTimeout(1000);
34 | await page.getByTestId('workspace-name').click();
> 35 | await page.getByTestId('workspace-card').nth(1).click();
| ^
36 | const avatarCanvas = await page
37 | .getByTestId('workspace-avatar')
38 | .locator('canvas')
at /home/runner/work/AFFiNE-Contribution/AFFiNE-Contribution/tests/affine-local/e2e/local-first-avatar.spec.ts:35:51
|
tests/affine-local/layout.spec.ts#L1
tests/affine-local/layout.spec.ts took 41.8s
|
|
This job succeeded
Loading