test: adds transaction_hash coverage in Transaction Finalized event#24591
test: adds transaction_hash coverage in Transaction Finalized event#24591christopherferreira9 merged 2 commits intomainfrom
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 detailsAll changes in this PR are E2E test infrastructure modifications:
The changes don't modify any application code - they only enhance the E2E testing framework. The modified test file (
This is a focused change to test infrastructure with clear impact on the SmokeConfirmationsRedesigned test suite. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #24591 +/- ##
==========================================
+ Coverage 79.61% 79.82% +0.20%
==========================================
Files 4191 4190 -1
Lines 107856 107235 -621
Branches 22185 22338 +153
==========================================
- Hits 85873 85602 -271
+ Misses 15987 15627 -360
- Partials 5996 6006 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|



Description
Adds coverage for transaction_hash property in Transaction Finalized event.
Additions
getLatestBlockNumber,getBlockByNumberto Anvil ManagerChangelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Adds automated validation that analytics report the correct
transaction_hash.metricsValidationHelperchecksTransaction Finalizedevent’stransaction_hashagainst the latest tx from the local Anvil nodeAnvilManagerwithgetLatestBlockNumberandgetBlockByNumberLOCAL_NODE_RPC_URLfor consistent local RPC configurationremoteFeatureFlagExtensionUxPna25mock and sets up related remote feature flag/auth mocks in testssend-native-token.specto use local RPC, opt into MetaMetrics, and run the new validationWritten by Cursor Bugbot for commit d7898eb. This will update automatically on new commits. Configure here.