Updated on 2026-08-14
This commit is contained in:
parent
ece1122e14
commit
d792ac6304
13 changed files with 73 additions and 30 deletions
|
|
@ -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") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue