removed sign in after the network switch

Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
This commit is contained in:
Anton Danchenko 2018-11-20 14:36:16 +02:00
parent f15b41b9d8
commit 1e241b5a90
No known key found for this signature in database
GPG Key ID: C2D4819B698627E4
3 changed files with 0 additions and 3 deletions

View File

@ -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()

View File

@ -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()

View File

@ -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'