-
Notifications
You must be signed in to change notification settings - Fork 0
Test/boost #213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test/boost #213
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds accessibility identifiers to support E2E testing for the boost transaction feature, which allows users to speed up pending Bitcoin transactions using either RBF (Replace-By-Fee) or CPFP (Child-Pays-For-Parent) methods.
- Adds accessibility identifiers to boost-related UI components for automated testing
- Implements navigation reset after successful boost completion
- Enables boost E2E tests in the CI/CD workflow
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Bitkit/Views/Wallets/Sheets/BoostSheet.swift | Added accessibility identifiers for boost UI controls and navigation reset on completion |
| Bitkit/Views/Wallets/Activity/ActivityItemView.swift | Added conditional status accessibility identifiers and restructured amount/fee identifiers |
| Bitkit/Views/Wallets/Activity/ActivityIcon.swift | Wrapped icon in Group and added boosting icon identifier |
| Bitkit/Views/Wallets/Activity/ActivityExplorerView.swift | Extended InfoSection to support test identifiers for TXID and boost transaction references |
| Bitkit/Components/SheetIntro.swift | Added accessibility identifiers to sheet intro components using baseTestID pattern |
| Bitkit/Components/NavigationBar.swift | Added accessibility identifier to navigation back button |
| .github/workflows/e2e-tests.yml | Added @boost tag to E2E test workflow |
b77a353 to
23319f8
Compare
ovitrif
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM code-wise.
Untested.
Description
Enabling boost tests and accompanying adjustments.
Linked Issues/Tasks
Related:
synonymdev/bitkit-e2e-tests#44
synonymdev/bitkit-android#462
Screenshot / Video
Insert relevant screenshot / recording