uncomment e2e
This commit is contained in:
parent
7f1e25a515
commit
1a6851efa0
|
@ -9,8 +9,6 @@ from views.sign_in_view import SignInView
|
||||||
|
|
||||||
@marks.chat
|
@marks.chat
|
||||||
@marks.transaction
|
@marks.transaction
|
||||||
@marks.skip
|
|
||||||
## TODO: uncomment and check when commands in 1-1 chat will be ready in kk framework
|
|
||||||
class TestCommandsMultipleDevices(MultipleDeviceTestCase):
|
class TestCommandsMultipleDevices(MultipleDeviceTestCase):
|
||||||
|
|
||||||
@marks.testrail_id(6293)
|
@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')
|
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')
|
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.connection_status.wait_for_invisibility_of_element(30)
|
||||||
home_2.get_chat(recipient_username).click()
|
home_2.get_chat(recipient_username).click()
|
||||||
chat_2_sender_message = chat_2.chat_element_by_text('↑ Outgoing transaction')
|
chat_2_sender_message = chat_2.chat_element_by_text('↑ Outgoing transaction')
|
||||||
|
@ -174,8 +172,6 @@ class TestCommandsMultipleDevices(MultipleDeviceTestCase):
|
||||||
|
|
||||||
@marks.chat
|
@marks.chat
|
||||||
@marks.transaction
|
@marks.transaction
|
||||||
@marks.skip
|
|
||||||
## TODO: uncomment and check when commands in 1-1 chat will be ready in kk framework
|
|
||||||
class TestCommandsSingleDevices(SingleDeviceTestCase):
|
class TestCommandsSingleDevices(SingleDeviceTestCase):
|
||||||
|
|
||||||
@marks.testrail_id(6295)
|
@marks.testrail_id(6295)
|
||||||
|
|
|
@ -116,7 +116,7 @@ class TestTransactionDApp(SingleDeviceTestCase):
|
||||||
|
|
||||||
send_transaction_view.sign_transaction(keycard=True)
|
send_transaction_view.sign_transaction(keycard=True)
|
||||||
|
|
||||||
@marks.testrail_id(5744)
|
@marks.testrail_id(6288)
|
||||||
@marks.critical
|
@marks.critical
|
||||||
def test_keycard_send_two_transactions_one_after_another_in_dapp(self):
|
def test_keycard_send_two_transactions_one_after_another_in_dapp(self):
|
||||||
sender = transaction_senders['Z']
|
sender = transaction_senders['Z']
|
||||||
|
|
Loading…
Reference in New Issue