Skip to content

Commit

Permalink
Fix all PlannedPaymentsTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV committed Jun 13, 2022
1 parent f108444 commit caf6a1e
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ import com.ivy.wallet.domain.data.IntervalType
import com.ivy.wallet.domain.data.TransactionType
import com.ivy.wallet.utils.timeNowUTC
import dagger.hilt.android.testing.HiltAndroidTest
import org.junit.Ignore
import org.junit.Test

@HiltAndroidTest
class PlannedPaymentsTest : IvyComposeTest() {


@Test
fun Onboard_CreatePlannedPaymentFromPrompt() = testWithRetry {
quickOnboarding()
Expand Down Expand Up @@ -323,12 +321,8 @@ class PlannedPaymentsTest : IvyComposeTest() {
.clickClose(AccountsTab(composeTestRule))
.clickHomeTab()
.assertUpcomingDoesNotExist()

//Wait until the upcoming payments are loaded
/*composeTestRule.waitMillis(500)*/
}

@Ignore("Fails: needs scrolling fix")
@Test
fun payPlannedPaymentsOnItemStatistics() = testWithRetry {
quickOnboarding()
Expand Down

0 comments on commit caf6a1e

Please sign in to comment.