iOS
iOS copied to clipboard
Onboarding Intro - Remove Default Browser Screen
Task/Issue URL: https://app.asana.com/0/1206329551987282/1207736844779818/f
Description:
This PR addresses BG8/.
Steps to test this PR:
- Launch new Intro Flow
- Wait for Intro Dialog to appear.
- Tap “Let’s do it!” button.
- Wait for Browser comparison to appear.
- Ensure that the view has two CTAs as per Figma Variant
- Ensure that tapping on "Switch Default Browser” calls
setDefaultBrowserActioninOnboardingIntroViewModel(there are unit tests for this if you’re wondering :D) and the view is dismissed. - Ensure that tapping on “Skip” calls
cancelSetDefaultBrowserActionin OnboardingIntroViewModel` and the view is dismissed.
Definition of Done (Internal Only):
- [x] Does this PR satisfy our Definition of Done?
Copy Testing:
- [ ] Use of correct apostrophes in new copy, ie
’rather than'
Orientation Testing:
- [ ] Portrait
- [ ] Landscape
Device Testing:
- [ ] iPhone SE (1st Gen)
- [ ] iPhone 8
- [ ] iPhone X
- [ ] iPhone 14 Pro
- [ ] iPad
OS Testing:
- [ ] iOS 15
- [ ] iOS 16
- [ ] iOS 17
Theme Testing:
- [ ] Light theme
- [ ] Dark theme
Internal references:
:no_entry_sign: The Asana task linked in the PR description is not added to iOS App Board project.
- Verify that the correct task is linked in the PR.
- :warning: Please use the actual implementation task, rather than the Code Review subtask.
- Verify that the task is added to iOS App Board project.
- When ready, remove the
bot: not in app boardlabel to retrigger the check.