From df9a59e2552e08db55aa145150b63564988a7436 Mon Sep 17 00:00:00 2001 From: Oleksii Lymarenko Date: Thu, 18 Oct 2018 12:04:10 +0300 Subject: [PATCH] removed critical mark from transaction history test Signed-off-by: Oleksii Lymarenko --- test/appium/tests/atomic/transactions/test_wallet.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/appium/tests/atomic/transactions/test_wallet.py b/test/appium/tests/atomic/transactions/test_wallet.py index 44857554ab..feb245e2a0 100644 --- a/test/appium/tests/atomic/transactions/test_wallet.py +++ b/test/appium/tests/atomic/transactions/test_wallet.py @@ -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']