Skip to content
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

mWeb - BA - On tapping "next" in manually enter bank account page, user directed to continue setup #51823

Closed
1 of 8 tasks
lanitochka17 opened this issue Oct 31, 2024 · 12 comments
Assignees

Comments

@lanitochka17
Copy link

lanitochka17 commented Oct 31, 2024

If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!


Version Number: 9.0.56-0
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N/A
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Issue reported by: Applause - Internal Team

Action Performed:

  1. Go to https://staging.new.expensify.com/home
  2. Tap profile icon -- workspaces-- workspace
  3. Tap more features - enable workflow
  4. Tap workflow in workspace settings
  5. Tap connect bank account
  6. Complete the flow using region bank - selecting account ending 1111
  7. Note user directed to continue set up page instead of "manually add bank account page"
  8. Navigate to settings and tap connect bank - continue set up
  9. On tapping next on manually enter bank account page, user directed to continue set up page again
  10. When we revisit the page by tapping next, user directed to personal information page

Expected Result:

On tapping "next" in manually enter bank account page, user must not be directed to continue set up page

Actual Result:

On tapping "next" in manually enter bank account page, user directed to continue set up page again instead personal information page.

Workaround:

Unknown

Platforms:

Which of our officially supported platforms is this issue occurring on?

  • Android: Standalone
  • Android: HybridApp
  • Android: mWeb Chrome
  • iOS: Standalone
  • iOS: HybridApp
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Add any screenshot/video evidence
Bug6651325_1730392361910.Screenrecorder-2024-10-31-21-49-32-126_compress_1.mp4

View all open jobs on GitHub

@lanitochka17 lanitochka17 added the DeployBlockerCash This issue or pull request should block deployment label Oct 31, 2024
Copy link

melvin-bot bot commented Oct 31, 2024

Triggered auto assignment to @dangrous (DeployBlockerCash), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.

Copy link

melvin-bot bot commented Oct 31, 2024

💬 A slack conversation has been started in #expensify-open-source

Copy link
Contributor

👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

@lanitochka17
Copy link
Author

Production:

Screen_Recording_20241031_203922_Chrome.mp4

@dangrous
Copy link
Contributor

Traced it to #51315 - looking to see if we can maybe fix without reverting

@dangrous
Copy link
Contributor

dangrous commented Oct 31, 2024

it's specifically this useEffect - I'm not sure what that was added for so I hesitate just to remove

EDIT: it's this line

setShouldShowContinueSetupButton(getShouldShowContinueSetupButtonInitialValue());

@Nodebrute
Copy link
Contributor

@dangrous I am unable to repro this on the latest main. The weird blink you see is linked to an open issue: #51799

Screen.Recording.2024-11-01.at.12.18.10.AM.mov

@dangrous
Copy link
Contributor

So it's not the blink, i think the description could be clearer.

Basically, when you are on the "Manually add your bank account" pane (usually gotten to by clicking "continue setup" or by clicking "back" from the Personal info pane), when you click next you should be brought to the Personal info pane, NOT the Continue Setup pane. This is the behavior that's wrong here.

@Nodebrute
Copy link
Contributor

Ah, right 😅

@dangrous
Copy link
Contributor

It might also be a bug that existed before but was unearthed by this PR - the personal-information pane doesn't actually exist in the list of steps, so I think the logic doesn't know where to go from the new page...

@DylanDylann
Copy link
Contributor

I am checking

@mountiny mountiny assigned mountiny and dangrous and unassigned dangrous Nov 1, 2024
@mountiny mountiny added Daily KSv2 and removed DeployBlockerCash This issue or pull request should block deployment Hourly KSv2 labels Nov 1, 2024
@mountiny
Copy link
Contributor

mountiny commented Nov 1, 2024

The offending Pr is reverted, we can close now and make sure its addressed with the PR going again

@mountiny mountiny closed this as completed Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants