[cli] Fixup shared recovery progress display. #21930
Annotations
1 error and 1 notice
E2E tests:
client/tests/e2e/helpers/utils.ts#L58
1) [Google Chrome] › specs/invitations_popover.spec.ts:66:1 › Invite new user ────────────────────
Error: failed
at helpers/utils.ts:58
56 | await expect(okButton).toHaveDisabledAttribute();
57 | await fillIonInput(modal.locator('ion-input'), text);
> 58 | await expect(okButton).not.toHaveDisabledAttribute();
| ^
59 | await okButton.click();
60 | await expect(modal).toBeHidden();
61 | }
at fillInputModal (/home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/helpers/utils.ts:58:30)
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/invitations_popover.spec.ts:72:3
|
E2E tests
1 flaky
[Google Chrome] › specs/invitations_popover.spec.ts:66:1 › Invite new user ─────────────────────
244 passed (8.6m)
|
Loading