feat(editor): simple table block #23638
Annotations
1 error, 2 warnings, and 1 notice
Run playwright tests:
tests/affine-mobile/e2e/home.spec.ts#L46
1) [Mobile Safari] › home.spec.ts:44:1 › all tab ─────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: locator('#app-tabs').getByRole('tab', { name: 'all' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for locator('#app-tabs').getByRole('tab', { name: 'all' })
44 | test('all tab', async ({ page }) => {
45 | const docsTab = page.locator('#app-tabs').getByRole('tab', { name: 'all' });
> 46 | await expect(docsTab).toBeVisible();
| ^
47 |
48 | await docsTab.click();
49 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/home.spec.ts:46:25
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run playwright tests:
tests/affine-mobile/[Mobile Safari] › settings.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › settings.spec.ts took 50.9s
|
Run playwright tests
1 flaky
[Mobile Safari] › home.spec.ts:44:1 › all tab ──────────────────────────────────────────────────
6 passed (1.4m)
|
Loading