Skip to content

Commit

Permalink
uncomment e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
churik authored and rasom committed Jul 2, 2020
1 parent 7f1e25a commit 1a6851e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions test/appium/tests/atomic/chats/test_keycard_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@

@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)
Expand Down Expand Up @@ -144,7 +142,7 @@ def test_keycard_request_and_receive_stt_in_1_1_chat_offline(self):
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')
Expand Down Expand Up @@ -174,8 +172,6 @@ def test_keycard_request_and_receive_stt_in_1_1_chat_offline(self):

@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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_keycard_send_two_transactions_in_batch_in_dapp(self):

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']
Expand Down

0 comments on commit 1a6851e

Please sign in to comment.