Reintroduced group chat tests
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
This commit is contained in:
parent
32711c3be4
commit
896abdc119
|
@ -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)
|
||||
|
||||
|
|
|
@ -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']
|
||||
|
|
Loading…
Reference in New Issue