added logging for e2e
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
This commit is contained in:
parent
44c7b7af28
commit
1815ab49aa
|
@ -69,6 +69,9 @@ class NetworkApi(object):
|
|||
counter = 0
|
||||
while True:
|
||||
if counter >= wait_time:
|
||||
for entry in range(0,5):
|
||||
self.log('Transaction #%s, amount is %s' %(entry+1, float(int(transactions[entry]['value']) / 10 ** decimals)))
|
||||
self.log(str(transactions[entry]))
|
||||
pytest.fail(
|
||||
'Transaction with amount %s is not found in list of transactions, address is %s' %
|
||||
(amount, address))
|
||||
|
|
Loading…
Reference in New Issue