Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
adhiamboperes committed Dec 11, 2024
1 parent 0420039 commit 8debfbd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,6 @@ class ProfileChooserFragmentTest {
fun testFragment_enableOnboardingV2_landscape_shortList_checkScrollArrowsAreNotDisplayed() {
TestPlatformParameterModule.forceEnableOnboardingFlowV2(true)
profileTestHelper.addOnlyAdminProfile()
profileTestHelper.addMoreProfiles(2)
launch(ProfileChooserActivity::class.java).use {
testCoroutineDispatchers.runCurrent()
onView(withId(R.id.profile_list_scroll_left)).check(
Expand Down

0 comments on commit 8debfbd

Please sign in to comment.