diff --git a/test/appium/tests/atomic/account_management/test_wallet_management.py b/test/appium/tests/atomic/account_management/test_wallet_management.py index efb0a1da0c..da47b7edc5 100644 --- a/test/appium/tests/atomic/account_management/test_wallet_management.py +++ b/test/appium/tests/atomic/account_management/test_wallet_management.py @@ -125,7 +125,6 @@ class TestWalletManagement(SingleDeviceTestCase): sign_in.create_user() profile = sign_in.profile_button.click() profile.switch_network('Mainnet with upstream RPC') - sign_in.sign_in() wallet = sign_in.wallet_button.click() wallet.set_up_wallet() wallet.options_button.click() diff --git a/test/appium/tests/atomic/chats/test_commands.py b/test/appium/tests/atomic/chats/test_commands.py index 0b4dd86b75..0334418ef0 100644 --- a/test/appium/tests/atomic/chats/test_commands.py +++ b/test/appium/tests/atomic/chats/test_commands.py @@ -26,7 +26,6 @@ class TestCommandsMultipleDevices(MultipleDeviceTestCase): public_key = device_2_home.get_public_key() device_2_profile = device_2_home.get_profile_view() device_2_profile.switch_network('Mainnet with upstream RPC') - device_2_sign_in.sign_in() device_1_chat = device_1_home.add_contact(public_key) amount_1 = device_1_chat.get_unique_amount() diff --git a/test/appium/tests/atomic/chats/test_one_to_one.py b/test/appium/tests/atomic/chats/test_one_to_one.py index 3042bfedee..41b6ab161c 100644 --- a/test/appium/tests/atomic/chats/test_one_to_one.py +++ b/test/appium/tests/atomic/chats/test_one_to_one.py @@ -82,7 +82,6 @@ class TestMessagesOneToOneChatMultiple(MultipleDeviceTestCase): public_key_2 = home_2.get_public_key() profile_2 = home_2.get_profile_view() profile_2.switch_network('Mainnet with upstream RPC') - sign_in_2.sign_in() chat_1 = home_1.add_contact(public_key_2) message = 'test message'