Fix autotest

Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
Serhy 2019-02-11 18:57:03 +02:00
parent ddc0e11e5b
commit 48affbc918
No known key found for this signature in database
GPG Key ID: 5D7C4B9E2B6F500B
1 changed files with 0 additions and 2 deletions

View File

@ -394,8 +394,6 @@ class TestCommandsSingleDevices(SingleDeviceTestCase):
if not send_transaction_view.element_by_text(recipient['username']).is_element_displayed():
self.errors.append('Recipient name is not shown')
if not send_transaction_view.element_by_text('0x' + recipient['address']).is_element_displayed():
self.errors.append('Recipient address is not shown')
if not send_transaction_view.element_by_text('ETHro').is_element_displayed():
self.errors.append("Asset field doesn't contain 'ETHro' text")
if not send_transaction_view.element_by_text(amount).is_element_displayed():