fix: Polish Engagement toast for 8.6.0 release - #33772
Conversation
Align Engagement toast call sites with the shared 8.6.0 toast polish pattern. Co-authored-by: Cursor <cursoragent@cursor.com>
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
PR template — items to address before "Ready for review"Warnings — informational, address before merging:
See docs/readme/ready-for-review.md for the full Definition of Ready for Review. |
🧪 Flaky unit test detectionRun history flaky detectionHistorical failure rate is a hint, not proof — review each suggestion in context. See the flaky-test-detection skill for the full pattern reference and manual audit workflow. Failures / runs sampled per window:
AI-detected flaky patterns
|
Flush startApp with act instead of waitFor so the assertion does not stall under fake timers with the frozen Date.now from testSetup. Co-authored-by: Cursor <cursoragent@cursor.com>
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
None of these changes affect core user flows, navigation, confirmations, account management, network operations, or any other functionality covered by E2E smoke tests. The changes are limited to notification toast icon/color appearance. No E2E smoke tests validate notification toast icon names or colors specifically. No performance-sensitive code paths are touched. Performance Test Selection: |
|



Description
Polishes Engagement toast call sites for the 8.6.0 release so they align with the shared toast pattern (Confirmation icon, success/error icon colors, and default toast chrome instead of custom background colors).
Updates notification copy-clipboard and push-notification onboarding toasts to use Confirmation + success/default icon colors and shared accessory spacing.
Changelog
CHANGELOG entry: Polished toast styling for consistency in the 8.6.0 release
Related issues
Fixes:
Related toast polish PRs for 8.6.0:
Manual testing steps
Screenshots/Recordings
Before
Screen.Recording.2026-07-28.at.3.28.55.PM.mov
After
Screen.Recording.2026-07-28.at.3.19.07.PM.mov
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Made with Cursor