Merge "The pages of sim onboarding flow is wrong." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
b462f9fa11
@@ -91,6 +91,7 @@ class SimOnboardingPageProviderTest {
|
||||
mockSimOnboardingService.stub {
|
||||
on { isMultipleEnabledProfilesSupported }.thenReturn(true)
|
||||
on { isAllOfSlotAssigned }.thenReturn(true)
|
||||
on { doesTargetSimActive }.thenReturn(false)
|
||||
}
|
||||
|
||||
composeTestRule.setContent {
|
||||
|
||||
Reference in New Issue
Block a user