Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-16 09:13:12 +02:00
parent f66092d82c
commit f67bea5625

View file

@ -211,6 +211,7 @@ fun BaseTestCase.openSendConfirmScreenViaContinueButton() {
onSendAddressScreen {
addressesShimmer.assertIsNotDisplayed()
continueButton.assertIsDisplayed()
continueButton.assertIsEnabled()
continueButton.performClick()
}
}