Update ethro key in e2e

Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
Serhy 2020-07-08 13:03:28 +03:00
parent 7d7462356e
commit e738cd0811
No known key found for this signature in database
GPG Key ID: 5D7C4B9E2B6F500B
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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: