[MS] Order tracking client area #21193
Triggered via pull request
December 11, 2024 13:27
Status
Success
Total duration
13m 15s
Artifacts
–
ci.yml
on: pull_request
dispatch
4s
Matrix: rust / test-rust-non-linux
Waiting for pending jobs
web
/
🌐 Web tests
12m 46s
docs
/
Build & Check documentations
python
/
(🐧 Linux only): 🐍 Python server tests
rust
/
🐧 Linux: 🦀 Rust tests
⭐ CI is happy ⭐
0s
Annotations
1 error, 1 warning, and 1 notice
[chromium] › specs/client_area_personal_page.spec.ts:42:1 › Update personal information:
client/tests/e2e/specs/client_area_personal_page.spec.ts#L78
1) [chromium] › specs/client_area_personal_page.spec.ts:42:1 › Update personal information ───────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.personal-data-content').first().locator('.ms-summary-card').first().locator('.ms-summary-card-item__text')
- Expected - 2
+ Received + 2
Array [
- "Gregory",
+ "Gregory+1 609-258-3000",
"House",
- "+1 609-258-3000",
+ "Not defined",
]
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.personal-data-content').first().locator('.ms-summary-card').first().locator('.ms-summary-card-item__text')
- locator resolved to 3 elements
- locator resolved to 3 elements
- locator resolved to 3 elements
- locator resolved to 3 elements
- locator resolved to 3 elements
- locator resolved to 3 elements
- locator resolved to 3 elements
- locator resolved to 3 elements
- locator resolved to 3 elements
76 | await okButton.click();
77 | await expect(modal).toBeHidden();
> 78 | await expect(dataContainer.locator('.ms-summary-card-item__text')).toHaveText(['Gregory', 'House', '+1 609-258-3000']);
| ^
79 |
80 | await MockBms.mockUserRoute(clientArea, {}, { PATCH: { errors: { status: 401, attribute: 'client.phone' } } });
81 | // Try to remove the phone number
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/client_area_personal_page.spec.ts:78:70
|
⭐ 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 flaky
[chromium] › specs/client_area_personal_page.spec.ts:42:1 › Update personal information ────────
235 passed (8.9m)
|