[MS] Handle media viewers errors #21517
Triggered via pull request
December 23, 2024 11:37
Status
Success
Total duration
11m 52s
Artifacts
–
ci.yml
on: pull_request
dispatch
5s
Matrix: rust / test-rust-non-linux
Waiting for pending jobs
web
/
🌐 Web tests
11m 18s
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
[Google Chrome] › specs/home_page.spec.ts:132:1 › Login with invalid password:
client/tests/e2e/specs/home_page.spec.ts#L139
1) [Google Chrome] › specs/home_page.spec.ts:132:1 › Login with invalid password ─────────────────
Error: failed
137 | const input = home.locator('#password-input').locator('ion-input');
138 | await fillIonInput(input, 'InvalidP@ssw0rd.');
> 139 | await expect(loginButton).not.toHaveDisabledAttribute();
| ^
140 | await loginButton.click();
141 | await expect(home.locator('#password-input').locator('.form-error')).toBeVisible();
142 | await expect(home.locator('#password-input').locator('.form-error')).toHaveText('Incorrect password.');
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/home_page.spec.ts:139:33
|
⭐ 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/home_page.spec.ts:132:1 › Login with invalid password ──────────────────
238 passed (7.8m)
|