Bump pytest-asyncio in /server in the pytest group across 1 directory #21620
ci.yml
on: push
dispatch
7s
Matrix: rust / test-rust-non-linux
python
/
(🐧 Linux only): 🐍 Python server tests
4m 21s
rust
/
🐧 Linux: 🦀 Rust tests
8m 42s
web
/
🌐 Web tests
11m 7s
docs
/
Build & Check documentations
⭐ CI is happy ⭐
0s
Annotations
1 error, 4 warnings, and 1 notice
[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
1) [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
|
📊 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
1 flaky
[Google Chrome] › specs/client_area_personal_page.spec.ts:42:1 › Update personal information ───
238 passed (7.8m)
|