Conversation
ce4d968 to
6f2b1a8
Compare
There was a problem hiding this comment.
Pull request overview
Adds support to NavigateWithScenario for transaction-review flows that end with a post-validation spinner instead of a status modal, and records the change in the changelog.
Changes:
- Introduce an optional
post_validation_spinnerinNavigationScenarioDatato adapt validation steps for spinner-ending flows. - Update navigation to optionally skip final screen-change assertion and explicitly wait for spinner text.
- Add a
review_approve_with_spinner(...)helper scenario and bump changelog.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
src/ragger/navigator/navigation_scenario.py |
Adds spinner-aware navigation scenario support and a new helper method for TX review approval with a spinner. |
CHANGELOG.md |
Documents the new spinner scenario navigation feature under version 1.43.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
55f826e to
2bbd77a
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #267 +/- ##
==========================================
+ Coverage 77.81% 78.32% +0.50%
==========================================
Files 36 36
Lines 2182 2191 +9
==========================================
+ Hits 1698 1716 +18
+ Misses 484 475 -9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
2bbd77a to
2026992
Compare
|



No description provided.