Merge "The pages of sim onboarding flow is wrong." into main

This commit is contained in:
SongFerng Wang
2024-05-28 19:58:55 +00:00
committed by Android (Google) Code Review
4 changed files with 42 additions and 20 deletions

View File

@@ -91,6 +91,7 @@ class SimOnboardingPageProviderTest {
mockSimOnboardingService.stub {
on { isMultipleEnabledProfilesSupported }.thenReturn(true)
on { isAllOfSlotAssigned }.thenReturn(true)
on { doesTargetSimActive }.thenReturn(false)
}
composeTestRule.setContent {