Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-24 12:44:09 +03:00
parent 8db160652c
commit 20682ca353
10 changed files with 393 additions and 47 deletions

View file

@ -73,7 +73,7 @@ class FeedbackTest : BaseTestCase() {
onMainScreen { tokenWithTitleAndAddress(tokenName).clickWithAssertion() }
}
step("Click 'Send' button") {
onTokenDetailsScreen { sendButton.performClick() }
onTokenDetailsScreen { sendButton().performClick() }
}
step("Type '$sendAmount' in input text field") {
onSendScreen {