fix(core): remove joined workspace icon from current worksapce card #14902
Annotations
4 errors, 1 warning, and 1 notice
tests/affine-local/e2e/quick-search.spec.ts#L1
1) quick-search.spec.ts:168:5 › Create a new page and search this page ───────────────────────────
Test timeout of 50000ms exceeded.
|
tests/affine-local/e2e/quick-search.spec.ts#L189
1) quick-search.spec.ts:168:5 › Create a new page and search this page ───────────────────────────
Error: page.reload: Test timeout of 50000ms exceeded.
Call log:
- waiting for navigation until "load"
- navigated to "http://localhost:8080/workspace/pjq9VFQFj83MVBLSNPVeY/mUNgJY_lM8iHGkBrzEniv"
187 | await assertTitle(page, 'test123456');
188 |
> 189 | await page.reload();
| ^
190 | await waitForEditorLoad(page);
191 | await openQuickSearchByShortcut(page);
192 | await insertInputText(page, 'test123456');
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/quick-search.spec.ts:189:14
|
tests/affine-local/e2e/quick-search.spec.ts#L452
2) quick-search.spec.ts:434:5 › disable quick search when the link-popup is visitable ────────────
Error: locator.dblclick: Error: strict mode violation: getByText('1234567890') resolved to 2 elements:
1) <div class="inline-edit_inlineEdit__1ejglp91">"test"1234567890</div> aka getByTestId('title-edit-button').getByText('"test"')
2) <span data-v-text="true">…</span> aka getByTestId('editor-gt0LtvwHO9CNCJYVoGvAS').getByText('"test"')
Call log:
- waiting for getByText('1234567890')
450 | await page.keyboard.press('Enter', { delay: 10 });
451 | await page.keyboard.insertText('1234567890');
> 452 | await page.getByText('1234567890').dblclick();
| ^
453 |
454 | await withCtrlOrMeta(page, () => page.keyboard.press('k'));
455 | const linkPopup = page.locator('.affine-link-popover');
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/quick-search.spec.ts:452:38
|
tests/affine-local/e2e/quick-search.spec.ts#L564
3) quick-search.spec.ts:548:5 › can use slash menu to insert a newly created doc card ────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('cmdk-quick-search')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('cmdk-quick-search')
562 | });
563 | await page.keyboard.press('Enter');
> 564 | await expect(page.getByTestId('cmdk-quick-search')).toBeVisible();
| ^
565 |
566 | const testTitle = 'test title';
567 | await page.locator('[cmdk-input]').fill(testTitle);
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/quick-search.spec.ts:564:55
|
tests/affine-local/router.spec.ts#L1
tests/affine-local/router.spec.ts took 23.9s
|
3 flaky
quick-search.spec.ts:168:5 › Create a new page and search this page ────────────────────────────
quick-search.spec.ts:434:5 › disable quick search when the link-popup is visitable ─────────────
quick-search.spec.ts:548:5 › can use slash menu to insert a newly created doc card ─────────────
27 passed (4.2m)
|
This job succeeded
Loading