feat: migrate Skeleton (swaps scope)#27363
Conversation
|
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. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Performance Test Selection: |
|



Description
Removed unused mocks.
Changelog
CHANGELOG entry: null
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/DSYS-274
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Test-only change that removes redundant Jest mocks; low risk aside from potentially reintroducing minor animation/timing differences in affected tests.
Overview
Removes the custom Jest mock for the
Skeletoncomponent fromBridgeView.test.tsxandSwapsConfirmButton.test.tsx, relying on the real implementation during tests.This cleans up unused test scaffolding in the Bridge/Swaps test suite without changing production behavior.
Written by Cursor Bugbot for commit e94e5df. This will update automatically on new commits. Configure here.