ci #21572
ci.yml
on: merge_group
dispatch
8s
Matrix: rust / test-rust-non-linux
Waiting for pending jobs
web
/
🌐 Web tests
11m 13s
docs
/
Build & Check documentations
python
/
(🐧 Linux only): 🐍 Python server tests
rust
/
🐧 Linux: 🦀 Rust tests
⭐ CI is happy ⭐
0s
Annotations
7 errors, 3 warnings, and 1 notice
[Google Chrome] › specs/client_area_custom_order_contract.spec.ts:6:1 › Test initial status:
client/tests/e2e/specs/client_area_custom_order_contract.spec.ts#L26
1) [Google Chrome] › specs/client_area_custom_order_contract.spec.ts:6:1 › Test initial status ───
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.client-contract-page').locator('.contract-main').locator('.item-content-date__date').nth(1)
Expected string: "Jan 03, 2026"
Received string: "Jan 3, 2026"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.client-contract-page').locator('.contract-main').locator('.item-content-date__date').nth(1)
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
24 | const contract = container.locator('.contract-main');
25 | await expect(contract.locator('.item-content-date__date').nth(0)).toHaveText('Apr 7, 1988');
> 26 | await expect(contract.locator('.item-content-date__date').nth(1)).toHaveText(DateTime.now().plus({ year: 1 }).toFormat('LLL dd, yyyy'));
| ^
27 |
28 | await expect(contract.locator('.data-number').nth(0)).toHaveText('32');
29 | await expect(contract.locator('.data-number').nth(1)).toHaveText('50');
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/client_area_custom_order_contract.spec.ts:26:69
|
[Google Chrome] › specs/client_area_custom_order_contract.spec.ts:6:1 › Test initial status:
client/tests/e2e/specs/client_area_custom_order_contract.spec.ts#L26
1) [Google Chrome] › specs/client_area_custom_order_contract.spec.ts:6:1 › Test initial status ───
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.client-contract-page').locator('.contract-main').locator('.item-content-date__date').nth(1)
Expected string: "Jan 03, 2026"
Received string: "Jan 3, 2026"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.client-contract-page').locator('.contract-main').locator('.item-content-date__date').nth(1)
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
24 | const contract = container.locator('.contract-main');
25 | await expect(contract.locator('.item-content-date__date').nth(0)).toHaveText('Apr 7, 1988');
> 26 | await expect(contract.locator('.item-content-date__date').nth(1)).toHaveText(DateTime.now().plus({ year: 1 }).toFormat('LLL dd, yyyy'));
| ^
27 |
28 | await expect(contract.locator('.data-number').nth(0)).toHaveText('32');
29 | await expect(contract.locator('.data-number').nth(1)).toHaveText('50');
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/client_area_custom_order_contract.spec.ts:26:69
|
[Google Chrome] › specs/client_area_custom_order_contract.spec.ts:6:1 › Test initial status:
client/tests/e2e/specs/client_area_custom_order_contract.spec.ts#L26
1) [Google Chrome] › specs/client_area_custom_order_contract.spec.ts:6:1 › Test initial status ───
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.client-contract-page').locator('.contract-main').locator('.item-content-date__date').nth(1)
Expected string: "Jan 03, 2026"
Received string: "Jan 3, 2026"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.client-contract-page').locator('.contract-main').locator('.item-content-date__date').nth(1)
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
- locator resolved to <ion-text data-v-2827f980="" class="item-content-date__dat…>Jan 3, 2026</ion-text>
- unexpected value "Jan 3, 2026"
24 | const contract = container.locator('.contract-main');
25 | await expect(contract.locator('.item-content-date__date').nth(0)).toHaveText('Apr 7, 1988');
> 26 | await expect(contract.locator('.item-content-date__date').nth(1)).toHaveText(DateTime.now().plus({ year: 1 }).toFormat('LLL dd, yyyy'));
| ^
27 |
28 | await expect(contract.locator('.data-number').nth(0)).toHaveText('32');
29 | await expect(contract.locator('.data-number').nth(1)).toHaveText('50');
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/client_area_custom_order_contract.spec.ts:26:69
|
[Google Chrome] › specs/client_area_login.spec.ts:134:3 › Check org state frozen:
client/tests/e2e/specs/client_area_login.spec.ts#L1
2) [Google Chrome] › specs/client_area_login.spec.ts:134:3 › Check org state frozen ──────────────
Test timeout of 30000ms exceeded.
|
[Google Chrome] › specs/client_area_login.spec.ts:134:3 › Check org state frozen:
client/tests/e2e/specs/client_area_login.spec.ts#L153
2) [Google Chrome] › specs/client_area_login.spec.ts:134:3 › Check org state frozen ──────────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.popover-switch').locator('.organization-list').getByRole('listitem').first()
- locator resolved to <ion-item role="listitem" data-v-6efbb17d="" class="organi…>…</ion-item>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #2
- waiting 20ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #3
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #4
- waiting 100ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #5
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #6
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #7
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #8
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #9
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #10
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #11
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #12
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #13
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #14
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #15
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #16
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #17
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #18
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #19
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #20
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #21
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
- retrying click action, attempt #22
- waiting 500ms
- waiting for element to be visible, enabled and stable
- element is not visible
-
|
web / 🌐 Web tests
Process completed with exit code 1.
|
⭐ CI is happy ⭐
Process completed with exit code 1.
|
spelling / cspell
Unable to determine which files have changed, checking files: **
|
📊 Q&A:
.github/dependabot.yml#L232
232:3 [comments-indentation] comment not indented like content
|
⭐ 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
1 failed
[Google Chrome] › specs/client_area_custom_order_contract.spec.ts:6:1 › Test initial status ────
1 flaky
[Google Chrome] › specs/client_area_login.spec.ts:134:3 › Check org state frozen ───────────────
237 passed (7.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-artifacts
|
3.45 MB |
|