[MS] Updated contextual-menu
to action-bar
#21183
ci.yml
on: push
dispatch
3s
Matrix: rust / test-rust-non-linux
python
/
(🐧 Linux only): 🐍 Python server tests
3m 36s
rust
/
🐧 Linux: 🦀 Rust tests
7m 9s
web
/
🌐 Web tests
11m 58s
docs
/
Build & Check documentations
⭐ CI is happy ⭐
0s
Annotations
3 errors, 4 warnings, and 1 notice
[chromium] › specs/client_area_login.spec.ts:134:3 › Check org state frozen:
client/tests/e2e/specs/client_area_login.spec.ts#L1
1) [chromium] › specs/client_area_login.spec.ts:134:3 › Check org state frozen ───────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › specs/client_area_login.spec.ts:134:3 › Check org state frozen:
client/tests/e2e/specs/client_area_login.spec.ts#L153
1) [chromium] › 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
-
|
[chromium] › specs/client_area_personal_page.spec.ts:42:1 › Update personal information:
client/tests/e2e/specs/client_area_personal_page.spec.ts#L78
2) [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
|
📊 Q&A:
.github/dependabot.yml#L232
232:3 [comments-indentation] comment not indented like content
|
rust / 🍎 macOS: 🦀 Rust tests
macOS's Gatekeeper has been disabled for this Cask
|
python / (🐧 Linux only): 🐍 Python server tests
Cache save failed.
|
⭐ 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
2 flaky
[chromium] › specs/client_area_login.spec.ts:134:3 › Check org state frozen ────────────────────
[chromium] › specs/client_area_personal_page.spec.ts:42:1 › Update personal information ────────
234 passed (8.6m)
|