woocommerce-ios
woocommerce-ios copied to clipboard
[Woo POS] Ensure onboarding states are shown correctly when more than one happens
trafficstars
Quite a few ways, but one repro was along the lines of
- Disable WooPayments on your store
- Edit the POS eligibility checks to make sure you still see the button
- Launch the app
- Go to
Menu > POS Mode - Try to connect the reader
- Observe that the "WooPayments is disabled" onboarding step is correctly shown
- Tap "Activate WooPayments"
- Observe that it never changes what's shown on screen.
Breakpoints can show it going through the OnboardingView switch statement
Originally posted by @joshheald in https://github.com/woocommerce/woocommerce-ios/pull/12897#discussion_r1624351750
Thanks for reporting! 👍
@joshheald Is this issue still valid? If it is, could you please assign a priority label and move it to our backlog project?
@malinajirka lol I'd hope not! I've checked it and it's not reproducible any more, this issue predates Jaclyn's work adding onboarding support