Formatted text in 'From' field
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
parent
91b931c3b4
commit
53523430cc
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue