Formatted text in 'From' field

Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
Churikova Tetiana 2019-12-09 16:33:59 +01:00
parent 91b931c3b4
commit 53523430cc
No known key found for this signature in database
GPG Key ID: 0D4EA7B33B47E6D8
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ class TestDApps(SingleDeviceTestCase):
profile_view.dapp_tab_button.click()
status_test_dapp.assets_button.click()
send_transaction_view = status_test_dapp.request_stt_button.click()
address = send_transaction_view.get_formatted_recipient_address(address)
if not send_transaction_view.element_by_text(address).is_element_displayed():
self.errors.append("Wallet address %s in not shown in 'From' on Send Transaction screen" % address)