[MS] Handle media viewers errors #21517
Annotations
1 error and 1 notice
E2E tests:
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
|
E2E tests
1 flaky
[Google Chrome] › specs/home_page.spec.ts:132:1 › Login with invalid password ──────────────────
238 passed (7.8m)
|
Loading