uncomment e2e

This commit is contained in:
Churikova Tetiana 2020-07-02 13:37:25 +02:00 committed by Roman Volosovskyi
parent 7f1e25a515
commit 1a6851efa0
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
2 changed files with 2 additions and 6 deletions

View File

@ -9,8 +9,6 @@ from views.sign_in_view import SignInView
@marks.chat
@marks.transaction
@marks.skip
## TODO: uncomment and check when commands in 1-1 chat will be ready in kk framework
class TestCommandsMultipleDevices(MultipleDeviceTestCase):
@marks.testrail_id(6293)
@ -144,7 +142,7 @@ class TestCommandsMultipleDevices(MultipleDeviceTestCase):
self.driver.fail('No incoming transaction in 1-1 chat is shown for recipient after requesting STT')
home_2.just_fyi('Check that transaction message is fetched from offline and sign transaction')
device_2.sign_in()
device_2.sign_in(keycard=True)
home_2.connection_status.wait_for_invisibility_of_element(30)
home_2.get_chat(recipient_username).click()
chat_2_sender_message = chat_2.chat_element_by_text('↑ Outgoing transaction')
@ -174,8 +172,6 @@ class TestCommandsMultipleDevices(MultipleDeviceTestCase):
@marks.chat
@marks.transaction
@marks.skip
## TODO: uncomment and check when commands in 1-1 chat will be ready in kk framework
class TestCommandsSingleDevices(SingleDeviceTestCase):
@marks.testrail_id(6295)

View File

@ -116,7 +116,7 @@ class TestTransactionDApp(SingleDeviceTestCase):
send_transaction_view.sign_transaction(keycard=True)
@marks.testrail_id(5744)
@marks.testrail_id(6288)
@marks.critical
def test_keycard_send_two_transactions_one_after_another_in_dapp(self):
sender = transaction_senders['Z']