removed critical mark from transaction history test

Signed-off-by: Oleksii Lymarenko <alexey.lymarenko@gmail.com>
This commit is contained in:
Oleksii Lymarenko 2018-10-18 12:04:10 +03:00
parent 248e60e1d3
commit df9a59e255
No known key found for this signature in database
GPG Key ID: 2007E841ECE4A02C
1 changed files with 0 additions and 1 deletions

View File

@ -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']