Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-13 23:39:01 +03:00
parent ece1122e14
commit d792ac6304
13 changed files with 73 additions and 30 deletions

View file

@ -86,9 +86,9 @@ class TotalBalanceUpdateTest : BaseTestCase() {
step("Click on 'Add' button in 'Markets' bottom sheet") {
onMarketsScreen { addButton.clickWithAssertion() }
}
step("Click on 'Add' button in 'Add token' bottom sheet") {
step("Click on 'Confirm' button in 'Add token' bottom sheet") {
flakySafely(WAIT_UNTIL_TIMEOUT) {
onAddTokenBottomSheet { addButton.performClick() }
onAddTokenBottomSheet { confirmButton.performClick() }
}
}
step("Press 'Back' button") {