Bump the capacitor-client group across 1 directory with 9 updates #21610
Annotations
1 error and 1 notice
E2E tests:
client/tests/e2e/specs/create_organization_custom.spec.ts#L144
1) [Google Chrome] › specs/create_organization_custom.spec.ts:36:1 › Go through custom org creation process
Error: failed
142 | // Back to complicated password
143 | await fillIonInput(authContainer.locator('.choose-password').locator('ion-input').nth(0), DEFAULT_USER_INFORMATION.password);
> 144 | await expect(authNext).not.toHaveDisabledAttribute();
| ^
145 |
146 | // Check does not match
147 | await fillIonInput(authContainer.locator('.choose-password').locator('ion-input').nth(1), `${DEFAULT_USER_INFORMATION.password}-extra`);
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/create_organization_custom.spec.ts:144:30
|
E2E tests
1 flaky
[Google Chrome] › specs/create_organization_custom.spec.ts:36:1 › Go through custom org creation process
238 passed (7.9m)
|
Loading