improvement(chat): unify message styling and source previews #723
Triggered via pull request
September 24, 2026 19:49
Status
Success
Total duration
6m 47s
Artifacts
–
desktop-e2e.yml
on: pull_request
E2E (pinned)
6m 37s
E2E (electron@latest canary)
0s
Unsigned package smoke
2m 53s
Annotations
1 error, 1 warning, and 2 notices
|
e2e/password-autofill.spec.ts:289:3 › saved password autofill › supports keyboard selection and dismissal without unnecessary scrolling:
apps/desktop/e2e/password-autofill.spec.ts#L196
1) e2e/password-autofill.spec.ts:289:3 › saved password autofill › supports keyboard selection and dismissal without unnecessary scrolling
Error: expect(locator).toBeVisible() failed
Locator: getByRole('menu')
Expected: visible
Received: undefined
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('menu')
194 | .toBe(true)
195 | const page = app.windows().find((page) => page.url().includes('credential-picker.html'))!
> 196 | await expect(page.getByRole('menu')).toBeVisible()
| ^
197 | return page
198 | }
199 |
at picker (/Users/runner/work/sim/sim/apps/desktop/e2e/password-autofill.spec.ts:196:42)
at /Users/runner/work/sim/sim/apps/desktop/e2e/password-autofill.spec.ts:315:5
|
|
Unsigned package smoke
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
3 passed (8.8s)
|
|
🎭 Playwright Run Summary
1 flaky
e2e/password-autofill.spec.ts:289:3 › saved password autofill › supports keyboard selection and dismissal without unnecessary scrolling
3 skipped
57 passed (4.4m)
|