feat: bump blocksuite (#5267) #3
Annotations
7 errors, 1 warning, and 1 notice
tests/kit/utils/cloud.ts#L186
1) collaboration.spec.ts:73:5 › share page with default edgeless ─────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ../../kit/utils/cloud.ts:186
184 | export async function enableCloudWorkspaceFromShareButton(page: Page) {
185 | const shareMenuButton = page.getByTestId('local-share-menu-button');
> 186 | expect(await shareMenuButton.isVisible()).toBeTruthy();
| ^
187 |
188 | // FIXME: this is a workaround for the flaky test
189 | // For unknown reasons,
at enableCloudWorkspaceFromShareButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/cloud.ts:186:45)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/collaboration.spec.ts:82:3
|
tests/kit/utils/cloud.ts#L186
1) collaboration.spec.ts:73:5 › share page with default edgeless ─────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ../../kit/utils/cloud.ts:186
184 | export async function enableCloudWorkspaceFromShareButton(page: Page) {
185 | const shareMenuButton = page.getByTestId('local-share-menu-button');
> 186 | expect(await shareMenuButton.isVisible()).toBeTruthy();
| ^
187 |
188 | // FIXME: this is a workaround for the flaky test
189 | // For unknown reasons,
at enableCloudWorkspaceFromShareButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/cloud.ts:186:45)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/collaboration.spec.ts:82:3
|
tests/kit/utils/cloud.ts#L186
1) collaboration.spec.ts:73:5 › share page with default edgeless ─────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ../../kit/utils/cloud.ts:186
184 | export async function enableCloudWorkspaceFromShareButton(page: Page) {
185 | const shareMenuButton = page.getByTestId('local-share-menu-button');
> 186 | expect(await shareMenuButton.isVisible()).toBeTruthy();
| ^
187 |
188 | // FIXME: this is a workaround for the flaky test
189 | // For unknown reasons,
at enableCloudWorkspaceFromShareButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/cloud.ts:186:45)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/collaboration.spec.ts:82:3
|
tests/kit/utils/cloud.ts#L186
1) collaboration.spec.ts:73:5 › share page with default edgeless ─────────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ../../kit/utils/cloud.ts:186
184 | export async function enableCloudWorkspaceFromShareButton(page: Page) {
185 | const shareMenuButton = page.getByTestId('local-share-menu-button');
> 186 | expect(await shareMenuButton.isVisible()).toBeTruthy();
| ^
187 |
188 | // FIXME: this is a workaround for the flaky test
189 | // For unknown reasons,
at enableCloudWorkspaceFromShareButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/cloud.ts:186:45)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/collaboration.spec.ts:82:3
|
tests/kit/utils/cloud.ts#L186
2) collaboration.spec.ts:36:5 › can enable share page ────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ../../kit/utils/cloud.ts:186
184 | export async function enableCloudWorkspaceFromShareButton(page: Page) {
185 | const shareMenuButton = page.getByTestId('local-share-menu-button');
> 186 | expect(await shareMenuButton.isVisible()).toBeTruthy();
| ^
187 |
188 | // FIXME: this is a workaround for the flaky test
189 | // For unknown reasons,
at enableCloudWorkspaceFromShareButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/cloud.ts:186:45)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/collaboration.spec.ts:45:3
|
tests/kit/utils/cloud.ts#L186
2) collaboration.spec.ts:36:5 › can enable share page ────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ../../kit/utils/cloud.ts:186
184 | export async function enableCloudWorkspaceFromShareButton(page: Page) {
185 | const shareMenuButton = page.getByTestId('local-share-menu-button');
> 186 | expect(await shareMenuButton.isVisible()).toBeTruthy();
| ^
187 |
188 | // FIXME: this is a workaround for the flaky test
189 | // For unknown reasons,
at enableCloudWorkspaceFromShareButton (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/cloud.ts:186:45)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-cloud/e2e/collaboration.spec.ts:45:3
|
|
tests/affine-cloud/collaboration.spec.ts#L1
tests/affine-cloud/collaboration.spec.ts took 4.3m
|
|
The logs for this run have expired and are no longer available.
Loading