Add routine to clean base mountpoint directory #22421
ci.yml
on: pull_request
dispatch
4s
Matrix: rust / test-rust-non-linux
python
/
(🐧 Linux only): 🐍 Python server tests
3m 25s
rust
/
🐧 Linux: 🦀 Rust tests
7m 3s
web
/
🌐 Web tests
12m 23s
docs
/
Build & Check documentations
⭐ CI is happy ⭐
0s
Annotations
3 errors and 1 notice
[Google Chrome] › specs/create_organization_trial.spec.ts:136:1 › Go through trial org creation process from bootstrap link:
client/tests/e2e/specs/create_organization_trial.spec.ts#L154
1) [Google Chrome] › specs/create_organization_trial.spec.ts:136:1 › Go through trial org creation process from bootstrap link
Error: failed
152 | await expect(userNext).toHaveDisabledAttribute();
153 | await userInfoContainer.locator('.checkbox').locator('.native-wrapper').click();
> 154 | await expect(userNext).not.toHaveDisabledAttribute();
| ^
155 | await userNext.click();
156 |
157 | const authContainer = modal.locator('.authentication-page');
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/create_organization_trial.spec.ts:154:30
|
[Google Chrome] › specs/documents_list.spec.ts:120:1 › Create a folder:
client/tests/e2e/helpers/utils.ts#L58
2) [Google Chrome] › specs/documents_list.spec.ts:120:1 › Create a folder ────────────────────────
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/documents_list.spec.ts:123:3
|
[Google Chrome] › specs/users_list.spec.ts:584:1 › Invite new user:
client/tests/e2e/helpers/utils.ts#L58
3) [Google Chrome] › specs/users_list.spec.ts:584: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/users_list.spec.ts:587:3
|
🎭 Playwright Run Summary
3 flaky
[Google Chrome] › specs/create_organization_trial.spec.ts:136:1 › Go through trial org creation process from bootstrap link
[Google Chrome] › specs/documents_list.spec.ts:120:1 › Create a folder ─────────────────────────
[Google Chrome] › specs/users_list.spec.ts:584:1 › Invite new user ─────────────────────────────
251 passed (8.9m)
|