ci #21972
ci.yml
on: merge_group
dispatch
4s
Matrix: rust / test-rust-non-linux
Waiting for pending jobs
web
/
🌐 Web tests
13m 6s
docs
/
Build & Check documentations
python
/
(🐧 Linux only): 🐍 Python server tests
rust
/
🐧 Linux: 🦀 Rust tests
⭐ CI is happy ⭐
0s
Annotations
2 errors, 3 warnings, and 1 notice
[Google Chrome] › specs/file_viewers_pdf.spec.ts:23:1 › PDF viewer: pagination:
client/tests/e2e/helpers/fixtures.ts#L54
1) [Google Chrome] › specs/file_viewers_pdf.spec.ts:23:1 › PDF viewer: pagination ────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: locator('.loading-container')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for locator('.loading-container')
at helpers/fixtures.ts:54
52 | await expect(home.locator('.login-button')).toBeEnabled();
53 | await home.locator('.login-button').click();
> 54 | await expect(home.locator('.loading-container')).toBeVisible();
| ^
55 | await expect(home).toHaveURL(/\/loading\??.*$/);
56 | await expect(home.locator('#connected-header')).toContainText('My workspaces');
57 | await expect(home).toBeWorkspacePage();
at Object.connected (/home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/helpers/fixtures.ts:54:54)
|
[Google Chrome] › specs/invitations_popover.spec.ts:66:1 › Invite new user:
client/tests/e2e/helpers/utils.ts#L58
2) [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
|
spelling / cspell
Unable to determine which files have changed, checking files: **
|
📊 Q&A:
.github/dependabot.yml#L232
232:3 [comments-indentation] comment not indented like content
|
⭐ 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
2 flaky
[Google Chrome] › specs/file_viewers_pdf.spec.ts:23:1 › PDF viewer: pagination ─────────────────
[Google Chrome] › specs/invitations_popover.spec.ts:66:1 › Invite new user ─────────────────────
248 passed (9.1m)
|