From 53523430cc80b52ef1f95ac39f0181a9aab56667 Mon Sep 17 00:00:00 2001 From: Churikova Tetiana Date: Mon, 9 Dec 2019 16:33:59 +0100 Subject: [PATCH] Formatted text in 'From' field Signed-off-by: Churikova Tetiana --- test/appium/tests/atomic/dapps_and_browsing/test_dapps.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/appium/tests/atomic/dapps_and_browsing/test_dapps.py b/test/appium/tests/atomic/dapps_and_browsing/test_dapps.py index fa642c666a..503184f597 100644 --- a/test/appium/tests/atomic/dapps_and_browsing/test_dapps.py +++ b/test/appium/tests/atomic/dapps_and_browsing/test_dapps.py @@ -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)