removed sign in after the network switch
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
This commit is contained in:
parent
f15b41b9d8
commit
1e241b5a90
|
@ -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()
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue