From e738cd08115586d4eab3dc680b0d12255dc10764 Mon Sep 17 00:00:00 2001 From: Serhy Date: Wed, 8 Jul 2020 13:03:28 +0300 Subject: [PATCH] Update ethro key in e2e Signed-off-by: Serhy --- test/appium/tests/atomic/chats/test_keycard_commands.py | 4 ++-- test/appium/views/wallet_view.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/appium/tests/atomic/chats/test_keycard_commands.py b/test/appium/tests/atomic/chats/test_keycard_commands.py index 129128b8ca..4d1eca31d0 100644 --- a/test/appium/tests/atomic/chats/test_keycard_commands.py +++ b/test/appium/tests/atomic/chats/test_keycard_commands.py @@ -144,7 +144,7 @@ class TestCommandsMultipleDevices(MultipleDeviceTestCase): home_2.just_fyi('Check that transaction message is fetched from offline and sign transaction') profile_2.airplane_mode_button.click() - home_2.connection_status.wait_for_invisibility_of_element(30) + home_2.connection_status.wait_for_invisibility_of_element(60) home_2.get_chat(recipient_username).click() chat_2_sender_message = chat_2.chat_element_by_text('↑ Outgoing transaction') if not chat_2_sender_message.is_element_displayed(): @@ -160,7 +160,7 @@ class TestCommandsMultipleDevices(MultipleDeviceTestCase): chat_2.toggle_airplane_mode() self.network_api.wait_for_confirmation_of_transaction(sender['address'], amount, confirmations=15, token=True) chat_2.toggle_airplane_mode() - chat_2.connection_status.wait_for_invisibility_of_element(30) + chat_2.connection_status.wait_for_invisibility_of_element(60) if chat_2_sender_message.transaction_status.text != 'Confirmed': self.errors.append('Wrong state is shown for outgoing transaction: "Confirmed" is expected, in fact' ' %s ' % chat_2_sender_message.transaction_status.text) diff --git a/test/appium/views/wallet_view.py b/test/appium/views/wallet_view.py index d310c3b186..6ea7ae1e1a 100644 --- a/test/appium/views/wallet_view.py +++ b/test/appium/views/wallet_view.py @@ -477,7 +477,7 @@ class WalletView(BaseView): self.driver.info('Transaction received, balance updated!') return - def wait_balance_is_changed(self, asset ='ETHro', initial_balance=0, wait_time=300): + def wait_balance_is_changed(self, asset ='ETH', initial_balance=0, wait_time=300): counter = 0 while True: if counter >= wait_time: