removed critical mark from transaction history test
Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
This commit is contained in:
parent
248e60e1d3
commit
df9a59e255
|
@ -365,7 +365,6 @@ class TestTransactionWalletSingleDevice(SingleDeviceTestCase):
|
|||
self.network_api.find_transaction_by_unique_amount(sender['address'], amount)
|
||||
|
||||
@marks.testrail_id(5314)
|
||||
@marks.critical
|
||||
def test_can_see_all_transactions_in_history(self):
|
||||
address = transaction_senders['W']['address']
|
||||
passphrase = transaction_senders['W']['passphrase']
|
||||
|
|
Loading…
Reference in New Issue