Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Fix broken delete transaction test
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliyan Germanov committed Nov 24, 2021
1 parent 4298738 commit 1400d33
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class OperationsCoreTest : IvyComposeTest() {
account = "Cash"
)

homeTab.dismissPrompt() //dismiss planned payments prompt because transaction card isn't visible
homeTab.dismissPrompt() //dismiss planned payments prompt because transaction card can't be clicked

homeTab.clickTransaction(
amount = "20.48",
Expand Down Expand Up @@ -196,11 +196,14 @@ class OperationsCoreTest : IvyComposeTest() {
amountDecimal = ".75"
)

homeTab.dismissPrompt() //dismiss planned payments prompt because transaction card can't be clicked

homeTab.clickTransaction(
amount = "249.75",
title = "Food",
category = "Groceries"
)

editTransactionScreen.clickDelete()
deleteConfirmationModal.confirmDelete()

Expand Down

0 comments on commit 1400d33

Please sign in to comment.