Skip to content

chore(i18n): cleanup i18n file #15843

chore(i18n): cleanup i18n file

chore(i18n): cleanup i18n file #15843

Re-run triggered September 19, 2024 16:23
Status Failure
Total duration 4m 44s
Artifacts 10

build-test.yml

on: pull_request
Matrix: build-native
Build Server native
36s
Build Server native
Matrix: Analyze
Matrix: E2E Mobile Test
Matrix: E2E Test
Build @affine/electron renderer
2m 39s
Build @affine/electron renderer
Matrix: server-e2e-test
Matrix: desktop-test
3, 2, 1 Launch
0s
3, 2, 1 Launch
Fit to window
Zoom out
Zoom in

Annotations

23 errors, 17 warnings, and 15 notices
quick-search.spec.ts:168:5 › Create a new page and search this page: 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.
quick-search.spec.ts:168:5 › Create a new page and search this page: tests/kit/utils/page-logic.ts#L5
1) quick-search.spec.ts:168:5 › Create a new page and search this page ─────────────────────────── Error: page.waitForSelector: Test timeout of 50000ms exceeded. Call log: - waiting for locator('v-line') to be visible at ../../kit/utils/page-logic.ts:5 3 | 4 | export async function waitForEditorLoad(page: Page) { > 5 | await page.waitForSelector('v-line', { | ^ 6 | timeout: 20000, 7 | }); 8 | } at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:5:14) at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/quick-search.spec.ts:190:26
quick-search.spec.ts:434:5 › disable quick search when the link-popup is visitable: 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__syny151">"test"1234567890</div> aka getByTestId('title-edit-button').getByText('"test"') 2) <span data-v-text="true">…</span> aka getByTestId('editor-uiCYANEDlNur-JLZromav').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
quick-search.spec.ts:548:5 › can use slash menu to insert a newly created doc card: 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
local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it: tests/affine-local/e2e/local-first-avatar.spec.ts#L1
1) local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it Test timeout of 50000ms exceeded.
local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it: tests/affine-local/e2e/local-first-avatar.spec.ts#L33
1) local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it Error: page.waitForTimeout: Test timeout of 50000ms exceeded. 31 | await page.getByTestId('workspace-name').click(); 32 | await page.getByTestId('workspace-card').nth(0).click(); > 33 | await page.waitForTimeout(1000); | ^ 34 | await page.getByTestId('workspace-name').click(); 35 | await page.getByTestId('workspace-card').nth(1).click(); 36 | const avatarCanvas = await page at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-avatar.spec.ts:33:14
local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list: tests/affine-local/e2e/local-first-workspace-list.spec.ts#L1
1) local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ────────── Test timeout of 50000ms exceeded.
local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list: tests/kit/utils/page-logic.ts#L5
1) local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ────────── Error: page.waitForSelector: Test timeout of 50000ms exceeded. Call log: - waiting for locator('v-line') to be visible at ../../kit/utils/page-logic.ts:5 3 | 4 | export async function waitForEditorLoad(page: Page) { > 5 | await page.waitForSelector('v-line', { | ^ 6 | timeout: 20000, 7 | }); 8 | } at waitForEditorLoad (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/page-logic.ts:5:14) at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:41:26) at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/local-first-workspace-list.spec.ts:38:3
[Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu: tests/affine-mobile/e2e/detail.spec.ts#L4
1) [Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu ────────────────────────── Test timeout of 60000ms exceeded while running "beforeEach" hook. 2 | import { expect } from '@playwright/test'; 3 | > 4 | test.beforeEach(async ({ page }) => { | ^ 5 | const docsTab = page.locator('#app-tabs').getByRole('tab', { name: 'all' }); 6 | await expect(docsTab).toBeVisible(); 7 | await docsTab.click(); at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:4:6
[Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu: tests/kit/mobile.ts#L21
1) [Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu ────────────────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode: tests/affine-mobile/e2e/detail.spec.ts#L4
2) [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ─────────────────────────────────── Test timeout of 60000ms exceeded while running "beforeEach" hook. 2 | import { expect } from '@playwright/test'; 3 | > 4 | test.beforeEach(async ({ page }) => { | ^ 5 | const docsTab = page.locator('#app-tabs').getByRole('tab', { name: 'all' }); 6 | await expect(docsTab).toBeVisible(); 7 | await docsTab.click(); at /home/runner/work/AFFiNE/AFFiNE/tests/affine-mobile/e2e/detail.spec.ts:4:6
[Mobile Safari] › detail.spec.ts:17:5 › switch to page mode: tests/kit/mobile.ts#L21
2) [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ─────────────────────────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
[Mobile Safari] › home.spec.ts:53:5 › search tab: tests/affine-mobile/e2e/home.spec.ts#L1
1) [Mobile Safari] › home.spec.ts:53:5 › search tab ────────────────────────────────────────────── Test timeout of 60000ms exceeded while setting up "page".
[Mobile Safari] › home.spec.ts:53:5 › search tab: tests/kit/mobile.ts#L21
1) [Mobile Safari] › home.spec.ts:53:5 › search tab ────────────────────────────────────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
[Mobile Safari] › home.spec.ts:10:5 › app tabs is visible: tests/affine-mobile/e2e/home.spec.ts#L1
1) [Mobile Safari] › home.spec.ts:10:5 › app tabs is visible ───────────────────────────────────── Test timeout of 60000ms exceeded while setting up "page".
[Mobile Safari] › home.spec.ts:10:5 › app tabs is visible: tests/kit/mobile.ts#L21
1) [Mobile Safari] › home.spec.ts:10:5 › app tabs is visible ───────────────────────────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
[Mobile Safari] › home.spec.ts:19:5 › recent docs: tests/affine-mobile/e2e/home.spec.ts#L1
2) [Mobile Safari] › home.spec.ts:19:5 › recent docs ───────────────────────────────────────────── Test timeout of 60000ms exceeded while setting up "page".
[Mobile Safari] › home.spec.ts:19:5 › recent docs: tests/kit/mobile.ts#L21
2) [Mobile Safari] › home.spec.ts:19:5 › recent docs ───────────────────────────────────────────── Error: page.goto: Test timeout of 60000ms exceeded. Call log: - navigating to "http://localhost:8080/", waiting until "load" at ../../kit/mobile.ts:21 19 | timeout: 30 * 1000, 20 | }); > 21 | await page.goto('/'); | ^ 22 | await use(page); 23 | }, 24 | }); at Object.page (/home/runner/work/AFFiNE/AFFiNE/tests/kit/mobile.ts:21:16)
basic.spec.ts:28:5 › new page: tests/affine-desktop-cloud/e2e/basic.spec.ts#L1
1) basic.spec.ts:28:5 › new page ───────────────────────────────────────────────────────────────── Test timeout of 50000ms exceeded.
basic.spec.ts:28:5 › new page: tests/kit/utils/workspace.ts#L40
1) basic.spec.ts:28:5 › new page ───────────────────────────────────────────────────────────────── Error: expect(locator).not.toBeAttached() Locator: getByTestId('create-workspace-create-button') Expected: not attached Received: attached Call log: - expect.not.toBeAttached with timeout 5000ms - waiting for getByTestId('create-workspace-create-button') - locator resolved to <button data-size="default" data-mobile="false" data-loading="true" data-variant="primary" class="button_button__lghv1xe" data-testid="create-workspace-create-button">…</button> - unexpected value "true" - locator resolved to <button data-size="default" data-mobile="false" data-loading="true" data-variant="primary" class="button_button__lghv1xe" data-testid="create-workspace-create-button">…</button> - unexpected value "true" - locator resolved to <button data-size="default" data-mobile="false" data-loading="true" data-variant="primary" class="button_button__lghv1xe" data-testid="create-workspace-create-button">…</button> - unexpected value "true" at ../../kit/utils/workspace.ts:40 38 | await expect( 39 | page.getByTestId('create-workspace-create-button') > 40 | ).not.toBeAttached(); | ^ 41 | await waitForEditorLoad(page); 42 | 43 | await expect(page.getByTestId('workspace-name')).toHaveText(params.name); at createLocalWorkspace (/home/runner/work/AFFiNE/AFFiNE/tests/kit/utils/workspace.ts:40:9) at /home/runner/work/AFFiNE/AFFiNE/tests/affine-desktop-cloud/e2e/basic.spec.ts:31:3
Desktop Test (ubuntu-latest, linux, x64, x86_64-unknown-linux-gnu, true)
Process completed with exit code 1.
Desktop Test (macos-14, macos, arm64, aarch64-apple-darwin, true)
Process completed with exit code 1.
3, 2, 1 Launch
Process completed with exit code 1.
Analyze (typescript)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
Analyze (javascript)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
Slow Test: tests/affine-local/router.spec.ts#L1
tests/affine-local/router.spec.ts took 25.5s
Slow Test: tests/affine-local/ai-land.spec.ts#L1
tests/affine-local/ai-land.spec.ts took 44.6s
Slow Test: tests/affine-local/layout.spec.ts#L1
tests/affine-local/layout.spec.ts took 43.3s
Slow Test: tests/affine-local/local-first-show-delete-modal.spec.ts#L1
tests/affine-local/local-first-show-delete-modal.spec.ts took 21.9s
Slow Test: tests/affine-local/open-affine.spec.ts#L1
tests/affine-local/open-affine.spec.ts took 33.3s
Slow Test: tests/affine-migration/basic.spec.ts#L1
tests/affine-migration/basic.spec.ts took 1.4m
Slow Test: tests/affine-mobile/[Mobile Safari] › home.spec.ts#L1
tests/affine-mobile/[Mobile Safari] › home.spec.ts took 32.9s
Slow Test: tests/affine-mobile/[Mobile Chrome] › detail.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › detail.spec.ts took 1.1m
Slow Test: tests/affine-mobile/[Mobile Chrome] › home.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › home.spec.ts took 56.1s
Slow Test: tests/affine-mobile/[Mobile Chrome] › detail.spec.ts#L1
tests/affine-mobile/[Mobile Chrome] › detail.spec.ts took 48.2s
Slow Test: tests/affine-cloud/collaboration.spec.ts#L1
tests/affine-cloud/collaboration.spec.ts took 2.9m
Slow Test: tests/affine-cloud/login.spec.ts#L1
tests/affine-cloud/login.spec.ts took 1.6m
Slow Test: tests/affine-cloud/share-page.spec.ts#L1
tests/affine-cloud/share-page.spec.ts took 3.1m
Slow Test: tests/affine-cloud/page-history.spec.ts#L1
tests/affine-cloud/page-history.spec.ts took 1.5m
Slow Test: tests/affine-cloud/workspace.spec.ts#L1
tests/affine-cloud/workspace.spec.ts took 1.4m
🎭 Playwright Run Summary
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.1m)
🎭 Playwright Run Summary
31 passed (3.7m)
🎭 Playwright Run Summary
1 flaky local-first-avatar.spec.ts:11:5 › should create a page with a local first avatar and remove it ─ 3 skipped 27 passed (4.2m)
🎭 Playwright Run Summary
31 passed (3.9m)
🎭 Playwright Run Summary
1 flaky local-first-workspace-list.spec.ts:31:5 › create one workspace in the workspace list ─────────── 2 skipped 28 passed (3.9m)
🎭 Playwright Run Summary
4 passed (1.5m)
🎭 Playwright Run Summary
2 flaky [Mobile Safari] › detail.spec.ts:12:5 › can open page view more menu ─────────────────────────── [Mobile Safari] › detail.spec.ts:17:5 › switch to page mode ──────────────────────────────────── 2 passed (2.7m)
🎭 Playwright Run Summary
1 flaky [Mobile Safari] › home.spec.ts:53:5 › search tab ─────────────────────────────────────────────── 2 passed (1.9m)
🎭 Playwright Run Summary
3 passed (1.1m)
🎭 Playwright Run Summary
3 passed (1.1m)
🎭 Playwright Run Summary
2 flaky [Mobile Safari] › home.spec.ts:10:5 › app tabs is visible ────────────────────────────────────── [Mobile Safari] › home.spec.ts:19:5 › recent docs ────────────────────────────────────────────── 1 passed (2.5m)
🎭 Playwright Run Summary
1 skipped 7 passed (5.0m)
🎭 Playwright Run Summary
1 flaky basic.spec.ts:28:5 › new page ──────────────────────────────────────────────────────────────────
🎭 Playwright Run Summary
1 skipped 7 passed (5.0m)
🎭 Playwright Run Summary
2 passed (1.8m)

Artifacts

Produced during runtime
Name Size
test-results-e2e-macos-14-arm64 Expired
5.1 MB
test-results-e2e-ubuntu-latest-x64 Expired
8.7 MB