fix(editor): table block supports parsing rich text #26705
Annotations
5 errors and 1 notice
Run playwright tests:
tests/affine-mobile/e2e/back-button-visibility.spec.ts#L1
1) [Mobile Safari] › e2e/back-button-visibility.spec.ts:8:1 › new doc via app tab should not show back
Test timeout of 60000ms exceeded.
|
Run playwright tests:
tests/affine-mobile/e2e/utils.ts#L50
1) [Mobile Safari] › e2e/back-button-visibility.spec.ts:8:1 › new doc via app tab should not show back
Error: expect(locator).toBeVisible()
Locator: locator('#app-tabs').getByRole('tab', { name: 'New Page' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for locator('#app-tabs').getByRole('tab', { name: 'New Page' })
at utils.ts:50
48 | ) {
49 | const tab = page.locator('#app-tabs').getByRole('tab', { name });
> 50 | await expect(tab).toBeVisible();
| ^
51 | await tab.click();
52 | // eslint-disable-next-line unicorn/prefer-dom-node-dataset
53 | const isActive = await tab.getAttribute('data-active');
at openTab (/home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/utils.ts:50:21)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/back-button-visibility.spec.ts:10:9
|
Run playwright tests:
tests/affine-mobile/e2e/detail.spec.ts#L12
2) [Mobile Safari] › e2e/detail.spec.ts:20:1 › can open page view more menu ──────────────────────
Test timeout of 60000ms exceeded while running "beforeEach" hook.
10 | };
11 |
> 12 | test.beforeEach(async ({ page }) => {
| ^
13 | const docsTab = page.locator('#app-tabs').getByRole('tab', { name: 'all' });
14 | await expect(docsTab).toBeVisible();
15 | await docsTab.click();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:12:6
|
Run playwright tests:
tests/affine-mobile/e2e/detail.spec.ts#L14
2) [Mobile Safari] › e2e/detail.spec.ts:20:1 › can open page view more menu ──────────────────────
Error: 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' })
12 | test.beforeEach(async ({ page }) => {
13 | const docsTab = page.locator('#app-tabs').getByRole('tab', { name: 'all' });
> 14 | await expect(docsTab).toBeVisible();
| ^
15 | await docsTab.click();
16 | await page.getByTestId('doc-card').first().click();
17 | await expect(page.locator('.affine-edgeless-viewport')).toBeVisible();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:14:25
|
Run playwright tests:
tests/affine-mobile/e2e/detail.spec.ts#L14
2) [Mobile Safari] › e2e/detail.spec.ts:20:1 › can open page view more menu ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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' })
12 | test.beforeEach(async ({ page }) => {
13 | const docsTab = page.locator('#app-tabs').getByRole('tab', { name: 'all' });
> 14 | await expect(docsTab).toBeVisible();
| ^
15 | await docsTab.click();
16 | await page.getByTestId('doc-card').first().click();
17 | await expect(page.locator('.affine-edgeless-viewport')).toBeVisible();
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:14:25
|
Run playwright tests
2 flaky
[Mobile Safari] › e2e/back-button-visibility.spec.ts:8:1 › new doc via app tab should not show back
[Mobile Safari] › e2e/detail.spec.ts:20:1 › can open page view more menu ───────────────────────
6 passed (2.7m)
|
Loading