-
Notifications
You must be signed in to change notification settings - Fork 5
fix: return home after transfer to savings #1280
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
Open
jvsena42
wants to merge
12
commits into
master
Choose a base branch
from
fix/809-transfer-savings-home
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
ae4ed5f
fix: return home after transfer to savings
jvsena42 6cd6151
test: guard savings transfer exit route
jvsena42 63aad7a
chore: reword savings transfer changelog fragment
jvsena42 b020706
fix: ignore late savings transfer exit off the flow
jvsena42 d745972
refactor: guard savings exit with public nav api
jvsena42 096bf76
docs: add transfer to savings returns home journey
jvsena42 35d035c
Merge remote-tracking branch 'origin/master' into HEAD
jvsena42 75a7bdc
Merge remote-tracking branch 'origin/master' into HEAD
jvsena42 0a2320e
fix: scope savings exit guard to the progress screen
jvsena42 2fe71a1
Merge remote-tracking branch 'origin/master' into fix/809-transfer-sa…
jvsena42 6fe77fe
Merge remote-tracking branch 'origin/master' into fix/809-transfer-sa…
jvsena42 f8bfd79
Merge remote-tracking branch 'origin/master' into HEAD
jvsena42 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Tapping OK after moving funds from spending to savings now returns to the home screen instead of the spending wallet. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| <journey name="transfer to savings returns home"> | ||
| <description> | ||
| Verifies that confirming a Spending to Savings transfer and tapping OK on the success screen | ||
| lands on the wallet home screen, not on the Spending wallet screen the flow was started from, | ||
| and that system back from there does not reopen the Spending screen or the transfer flow | ||
| (synonymdev/bitkit-android#809). iOS resets navigation to home on the same OK. | ||
|
|
||
| Precondition: onboarded dev wallet with an open, usable channel to the LSP and a POSITIVE | ||
| Spending balance. The transfer closes that channel, so reopen one (Blocktank order through the | ||
| lsp helper, then mine blocks) afterwards if later work needs a Spending balance. Start on the | ||
| wallet home screen. | ||
| </description> | ||
| <actions> | ||
| <action>Verify the Spending balance card (testTag "ActivitySpending") shows a positive amount</action> | ||
| <action>Tap the Spending balance card (testTag "ActivitySpending")</action> | ||
| <action>Tap "Transfer To Savings" (testTag "TransferToSavings")</action> | ||
| <action>If the transfer to savings intro appears, tap "Get Started" (testTag "SavingsIntro-button")</action> | ||
| <action>Tap "Continue" (testTag "AvailabilityContinue") on the funds availability screen</action> | ||
| <action>On the confirm screen, swipe the "Swipe To Transfer" handle (testTag "GRAB") fully to the right</action> | ||
| <action>Wait up to 60 seconds for the "Transfer Successful" screen (testTag "TransferSuccess") with the OK button (testTag "TransferSuccess-button")</action> | ||
| <action>Tap OK (testTag "TransferSuccess-button")</action> | ||
| <action>Verify the home screen is visible with the Savings and Spending cards (testTags "ActivitySavings" and "ActivitySpending")</action> | ||
| <action>Verify there is no back button (testTag "NavigationBack") and no "Transfer To Savings" button (testTag "TransferToSavings")</action> | ||
| <action>Verify the Spending balance card (testTag "ActivitySpending") shows 0</action> | ||
| <action>Press the system back button once</action> | ||
| <action>Verify the app is backgrounded to the launcher, and neither the Spending screen nor any transfer screen is shown</action> | ||
| </actions> | ||
| </journey> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.