[MS] Handle ClaimInProgressErrorAlreadyUsedOrDeleted in UserJoinOrganizationModal #22895
Triggered via pull request
February 12, 2025 13:21
Status
Success
Total duration
15m 20s
Artifacts
–
ci.yml
on: pull_request
dispatch
4s
Matrix: rust / test-rust-non-linux
Waiting for pending jobs
web
/
🌐 Web tests
14m 44s
docs
/
Build & Check documentations
python
/
(🐧 Linux only): 🐍 Python server tests
rust
/
🐧 Linux: 🦀 Rust tests
⭐ CI is happy ⭐
0s
Annotations
3 errors, 1 warning, and 1 notice
[Google Chrome] › specs/client_area_login.spec.ts:134:3 › Check org state active:
client/tests/e2e/specs/client_area_login.spec.ts#L1
1) [Google Chrome] › specs/client_area_login.spec.ts:134:3 › Check org state active ──────────────
Test timeout of 30000ms exceeded.
|
[Google Chrome] › specs/client_area_login.spec.ts:134:3 › Check org state active:
client/tests/e2e/specs/client_area_login.spec.ts#L153
1) [Google Chrome] › specs/client_area_login.spec.ts:134:3 › Check org state active ──────────────
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
-
|
[Google Chrome] › specs/client_area_personal_page.spec.ts:42:1 › Update personal information:
client/tests/e2e/specs/client_area_personal_page.spec.ts#L66
2) [Google Chrome] › 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",
- "House",
+ "GregoryHouse",
+ "Freeman",
"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
64 | await okButton.click();
65 | await expect(modal).toBeHidden();
> 66 | await expect(dataContainer.locator('.ms-summary-card-item__text')).toHaveText(['Gregory', 'House', 'Not defined']);
| ^
67 |
68 | // Reopen to add a phone number now
69 | await dataContainer.locator('.update-button').click();
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/client_area_personal_page.spec.ts:66:70
|
Slow Test:
client/[Google Chrome] › specs/about_modal.spec.ts#L1
client/[Google Chrome] › specs/about_modal.spec.ts took 16.9s
|
🎭 Playwright Run Summary
2 flaky
[Google Chrome] › specs/client_area_login.spec.ts:134:3 › Check org state active ───────────────
[Google Chrome] › specs/client_area_personal_page.spec.ts:42:1 › Update personal information ───
257 passed (10.7m)
|