chore: bump up @blocksuite/icons version to v2.2.1 - autoclosed #21787
Annotations
10 errors, 1 warning, and 1 notice
Run playwright tests:
tests/affine-mobile/e2e/back-button-visibility.spec.ts#L1
1) [Mobile Safari] › back-button-visibility.spec.ts:8:5 › new doc via app tab should not show back
Test timeout of 60000ms exceeded.
|
Run playwright tests:
tests/affine-mobile/e2e/utils.ts#L51
1) [Mobile Safari] › back-button-visibility.spec.ts:8:5 › new doc via app tab should not show back
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('#app-tabs').getByRole('tab', { name: 'New Page' })
- locator resolved to <li role="tab" data-active="false" aria-label="New Page" class="styles_tabItem__1qrozp53">…</li>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 100ms
26 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 500ms
at utils.ts:51
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');
54 | expect(isActive).toBe('true');
at openTab (/home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/utils.ts:51:13)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/back-button-visibility.spec.ts:10:3
|
Run playwright tests:
tests/affine-mobile/e2e/back-button-visibility.spec.ts#L1
1) [Mobile Safari] › back-button-visibility.spec.ts:8:5 › new doc via app tab should not show back
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Run playwright tests:
tests/affine-mobile/e2e/utils.ts#L51
1) [Mobile Safari] › back-button-visibility.spec.ts:8:5 › new doc via app tab should not show back
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('#app-tabs').getByRole('tab', { name: 'New Page' })
- locator resolved to <li role="tab" data-active="false" aria-label="New Page" class="styles_tabItem__1qrozp53">…</li>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 100ms
82 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 500ms
at utils.ts:51
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');
54 | expect(isActive).toBe('true');
at openTab (/home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/utils.ts:51:13)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/back-button-visibility.spec.ts:10:3
|
Run playwright tests:
tests/affine-mobile/e2e/back-button-visibility.spec.ts#L1
1) [Mobile Safari] › back-button-visibility.spec.ts:8:5 › new doc via app tab should not show back
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Run playwright tests:
tests/affine-mobile/e2e/utils.ts#L51
1) [Mobile Safari] › back-button-visibility.spec.ts:8:5 › new doc via app tab should not show back
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('#app-tabs').getByRole('tab', { name: 'New Page' })
- locator resolved to <li role="tab" data-active="false" aria-label="New Page" class="styles_tabItem__1qrozp53">…</li>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 100ms
87 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 500ms
at utils.ts:51
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');
54 | expect(isActive).toBe('true');
at openTab (/home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/utils.ts:51:13)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/back-button-visibility.spec.ts:10:3
|
Run playwright tests:
tests/affine-mobile/e2e/back-button-visibility.spec.ts#L1
1) [Mobile Safari] › back-button-visibility.spec.ts:8:5 › new doc via app tab should not show back
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Run playwright tests:
tests/affine-mobile/e2e/utils.ts#L51
1) [Mobile Safari] › back-button-visibility.spec.ts:8:5 › new doc via app tab should not show back
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('#app-tabs').getByRole('tab', { name: 'New Page' })
- locator resolved to <li role="tab" data-active="false" aria-label="New Page" class="styles_tabItem__1qrozp53">…</li>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 100ms
85 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 500ms
at utils.ts:51
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');
54 | expect(isActive).toBe('true');
at openTab (/home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/utils.ts:51:13)
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/back-button-visibility.spec.ts:10:3
|
Run playwright tests:
tests/affine-mobile/e2e/detail.spec.ts#L12
2) [Mobile Safari] › detail.spec.ts:20:5 › 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#L15
2) [Mobile Safari] › detail.spec.ts:20:5 › can open page view more menu ──────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('#app-tabs').getByRole('tab', { name: 'all' })
- locator resolved to <li role="tab" aria-label="all" data-active="false" class="styles_tabItem__1qrozp53">…</li>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 100ms
25 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <iframe src="about:blank" id="webpack-dev-server-client-overlay"></iframe> intercepts pointer events
- retrying click action
- waiting 500ms
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();
18 | });
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:15:17
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run playwright tests
8 failed
[Mobile Safari] › back-button-visibility.spec.ts:8:5 › new doc via app tab should not show back
[Mobile Safari] › detail.spec.ts:20:5 › can open page view more menu ───────────────────────────
[Mobile Safari] › detail.spec.ts:25:5 › switch to page mode ────────────────────────────────────
[Mobile Safari] › detail.spec.ts:33:5 › can show doc info ──────────────────────────────────────
[Mobile Safari] › detail.spec.ts:39:5 › can add text property ──────────────────────────────────
[Mobile Safari] › explorer-favorite.spec.ts:8:5 › Create new doc in favorites ──────────────────
[Mobile Safari] › explorer-folder.spec.ts:49:5 › create a folder ───────────────────────────────
[Mobile Safari] › explorer-folder.spec.ts:54:5 › create a sub folder ───────────────────────────
|
Loading