mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
Fix autotest
Signed-off-by: Serhy <sergii@status.im>
This commit is contained in:
parent
ddc0e11e5b
commit
48affbc918
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user