Reintroduced group chat tests

Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
This commit is contained in:
Serhy 2018-04-12 19:13:11 +03:00 committed by yevh-berdnyk
parent 32711c3be4
commit 896abdc119
No known key found for this signature in database
GPG Key ID: E9B425FDFC4DEA9C
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

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