Skip to content

[MS] Update invoice translations #21182

[MS] Update invoice translations

[MS] Update invoice translations #21182

Re-run triggered December 11, 2024 14:21
Status Failure
Total duration 14m 45s
Artifacts 2

ci.yml

on: pull_request
Matrix: rust / test-rust-non-linux
Waiting for pending jobs
web  /  🌐 Web tests
14m 17s
web / 🌐 Web tests
docs  /  Build & Check documentations
docs / Build & Check documentations
python  /  (🐧 Linux only): 🐍 Python server tests
python / (🐧 Linux only): 🐍 Python server tests
rust  /  🐧 Linux: 🦀 Rust tests
rust / 🐧 Linux: 🦀 Rust tests
⭐ CI is happy ⭐
0s
⭐ CI is happy ⭐
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 1 warning, and 1 notice
[chromium] › specs/create_organization_custom.spec.ts:36:1 › Go through custom org creation process: client/tests/e2e/specs/create_organization_custom.spec.ts#L140
1) [chromium] › specs/create_organization_custom.spec.ts:36:1 › Go through custom org creation process Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') Expected string: "Low" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') 138 | // Password too simple 139 | await fillIonInput(authContainer.locator('.choose-password').locator('ion-input').nth(0), 'EasyP@ssw0rd'); > 140 | await expect(authContainer.locator('.password-level__text')).toHaveText('Low'); | ^ 141 | await expect(authNext).toHaveDisabledAttribute(); 142 | 143 | // Back to complicated password at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/create_organization_custom.spec.ts:140:64
[chromium] › specs/create_organization_custom.spec.ts:36:1 › Go through custom org creation process: client/tests/e2e/specs/create_organization_custom.spec.ts#L140
1) [chromium] › specs/create_organization_custom.spec.ts:36:1 › Go through custom org creation process Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') Expected string: "Low" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') 138 | // Password too simple 139 | await fillIonInput(authContainer.locator('.choose-password').locator('ion-input').nth(0), 'EasyP@ssw0rd'); > 140 | await expect(authContainer.locator('.password-level__text')).toHaveText('Low'); | ^ 141 | await expect(authNext).toHaveDisabledAttribute(); 142 | 143 | // Back to complicated password at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/create_organization_custom.spec.ts:140:64
[chromium] › specs/create_organization_custom.spec.ts:36:1 › Go through custom org creation process: client/tests/e2e/specs/create_organization_custom.spec.ts#L140
1) [chromium] › specs/create_organization_custom.spec.ts:36:1 › Go through custom org creation process Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') Expected string: "Low" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') 138 | // Password too simple 139 | await fillIonInput(authContainer.locator('.choose-password').locator('ion-input').nth(0), 'EasyP@ssw0rd'); > 140 | await expect(authContainer.locator('.password-level__text')).toHaveText('Low'); | ^ 141 | await expect(authNext).toHaveDisabledAttribute(); 142 | 143 | // Back to complicated password at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/create_organization_custom.spec.ts:140:64
[chromium] › specs/create_organization_saas.spec.ts:39:1 › Go through saas org creation process: client/tests/e2e/specs/create_organization_saas.spec.ts#L102
2) [chromium] › specs/create_organization_saas.spec.ts:39:1 › Go through saas org creation process Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') Expected string: "Low" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') 100 | // Password too simple 101 | await fillIonInput(authContainer.locator('.choose-password').locator('ion-input').nth(0), 'EasyP@ssw0rd'); > 102 | await expect(authContainer.locator('.password-level__text')).toHaveText('Low'); | ^ 103 | await expect(authNext).toHaveDisabledAttribute(); 104 | 105 | // Back to complicated password at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/create_organization_saas.spec.ts:102:64
[chromium] › specs/create_organization_saas.spec.ts:39:1 › Go through saas org creation process: client/tests/e2e/specs/create_organization_saas.spec.ts#L102
2) [chromium] › specs/create_organization_saas.spec.ts:39:1 › Go through saas org creation process Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') Expected string: "Low" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') 100 | // Password too simple 101 | await fillIonInput(authContainer.locator('.choose-password').locator('ion-input').nth(0), 'EasyP@ssw0rd'); > 102 | await expect(authContainer.locator('.password-level__text')).toHaveText('Low'); | ^ 103 | await expect(authNext).toHaveDisabledAttribute(); 104 | 105 | // Back to complicated password at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/create_organization_saas.spec.ts:102:64
[chromium] › specs/create_organization_saas.spec.ts:39:1 › Go through saas org creation process: client/tests/e2e/specs/create_organization_saas.spec.ts#L102
2) [chromium] › specs/create_organization_saas.spec.ts:39:1 › Go through saas org creation process Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') Expected string: "Low" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') 100 | // Password too simple 101 | await fillIonInput(authContainer.locator('.choose-password').locator('ion-input').nth(0), 'EasyP@ssw0rd'); > 102 | await expect(authContainer.locator('.password-level__text')).toHaveText('Low'); | ^ 103 | await expect(authNext).toHaveDisabledAttribute(); 104 | 105 | // Back to complicated password at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/create_organization_saas.spec.ts:102:64
[chromium] › specs/create_organization_trial.spec.ts:37:1 › Go through trial org creation process: client/tests/e2e/specs/create_organization_trial.spec.ts#L96
3) [chromium] › specs/create_organization_trial.spec.ts:37:1 › Go through trial org creation process Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') Expected string: "Strong" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') 94 | await expect(authNext).toHaveDisabledAttribute(); 95 | await fillIonInput(authContainer.locator('.choose-password').locator('ion-input').nth(1), DEFAULT_USER_INFORMATION.password); > 96 | await expect(authContainer.locator('.password-level__text')).toHaveText('Strong'); | ^ 97 | await expect(authNext).not.toHaveDisabledAttribute(); 98 | 99 | // Try cancelling at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/create_organization_trial.spec.ts:96:64
[chromium] › specs/create_organization_trial.spec.ts:37:1 › Go through trial org creation process: client/tests/e2e/specs/create_organization_trial.spec.ts#L96
3) [chromium] › specs/create_organization_trial.spec.ts:37:1 › Go through trial org creation process Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') Expected string: "Strong" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') 94 | await expect(authNext).toHaveDisabledAttribute(); 95 | await fillIonInput(authContainer.locator('.choose-password').locator('ion-input').nth(1), DEFAULT_USER_INFORMATION.password); > 96 | await expect(authContainer.locator('.password-level__text')).toHaveText('Strong'); | ^ 97 | await expect(authNext).not.toHaveDisabledAttribute(); 98 | 99 | // Try cancelling at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/create_organization_trial.spec.ts:96:64
[chromium] › specs/create_organization_trial.spec.ts:37:1 › Go through trial org creation process: client/tests/e2e/specs/create_organization_trial.spec.ts#L96
3) [chromium] › specs/create_organization_trial.spec.ts:37:1 › Go through trial org creation process Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected) Locator: locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') Expected string: "Strong" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('.create-organization-modal').locator('.authentication-page').locator('.password-level__text') 94 | await expect(authNext).toHaveDisabledAttribute(); 95 | await fillIonInput(authContainer.locator('.choose-password').locator('ion-input').nth(1), DEFAULT_USER_INFORMATION.password); > 96 | await expect(authContainer.locator('.password-level__text')).toHaveText('Strong'); | ^ 97 | await expect(authNext).not.toHaveDisabledAttribute(); 98 | 99 | // Try cancelling at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/create_organization_trial.spec.ts:96:64
[chromium] › specs/device_join_organization.spec.ts:10:1 › Claim device process: client/tests/e2e/specs/device_join_organization.spec.ts#L1
4) [chromium] › specs/device_join_organization.spec.ts:10:1 › Claim device process ─────────────── Test timeout of 30000ms exceeded.
⭐ CI is happy ⭐
Process completed with exit code 1.
⭐ CI is happy ⭐
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
9 failed [chromium] › specs/create_organization_custom.spec.ts:36:1 › Go through custom org creation process [chromium] › specs/create_organization_saas.spec.ts:39:1 › Go through saas org creation process [chromium] › specs/create_organization_trial.spec.ts:37:1 › Go through trial org creation process [chromium] › specs/device_join_organization.spec.ts:10:1 › Claim device process ──────────────── [chromium] › specs/import_recovery_device.spec.ts:7:1 › Import recovery device ───────────────── [chromium] › specs/import_recovery_device.spec.ts:61:1 › Import recovery device invalid recovery file [chromium] › specs/import_recovery_device.spec.ts:97:1 › Import recovery device invalid passphrase [chromium] › specs/user_join.spec.ts:20:1 › Go through the join user process ─────────────────── [chromium] › specs/user_join.spec.ts:97:1 › Close user join process ──────────────────────────── 2 flaky [chromium] › specs/device_greet.spec.ts:5:1 › Open the greet device modal ────────────────────── [chromium] › specs/document_context_menu.spec.ts:149:3 › Rename document in list mode ────────── 225 passed (10.2m)

Artifacts

Produced during runtime
Name Size
playwright-artifacts
31.4 MB