From 896abdc119d93918d8d1f4ac41ad5c9f98da8c94 Mon Sep 17 00:00:00 2001 From: Serhy Date: Thu, 12 Apr 2018 19:13:11 +0300 Subject: [PATCH] Reintroduced group chat tests Signed-off-by: yevh-berdnyk --- test/appium/tests/test_messaging.py | 2 +- test/appium/tests/test_transaction.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/appium/tests/test_messaging.py b/test/appium/tests/test_messaging.py index 18582abcca..f716ebc945 100644 --- a/test/appium/tests/test_messaging.py +++ b/test/appium/tests/test_messaging.py @@ -80,7 +80,7 @@ class TestMessages(MultipleDeviceTestCase): device_1_chat.delete_chat(device_2_username[:25], self.errors) self.verify_no_errors() - @pytest.mark.skip + @pytest.mark.pr def test_group_chat_messages_and_delete_chat(self): self.create_drivers(3) diff --git a/test/appium/tests/test_transaction.py b/test/appium/tests/test_transaction.py index f4e63b634b..f6a16769bc 100644 --- a/test/appium/tests/test_transaction.py +++ b/test/appium/tests/test_transaction.py @@ -62,7 +62,7 @@ class TestTransaction(SingleDeviceTestCase): send_transaction_view.sign_transaction_button.click() send_transaction_view.find_full_text('Wrong password', 20) - @pytest.mark.skip + @pytest.mark.pr def test_transaction_send_command_group_chat(self): recipient = transaction_users['A_USER'] sign_in_view = SignInView(self.driver) @@ -201,7 +201,7 @@ class TestTransaction(SingleDeviceTestCase): @pytest.mark.all class TestTransactions(MultipleDeviceTestCase): - @pytest.mark.skip + @pytest.mark.pr def test_send_eth_to_request_in_group_chat(self): recipient = transaction_users['E_USER'] sender = transaction_users['F_USER']