mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
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()
|
sign_in.create_user()
|
||||||
profile = sign_in.profile_button.click()
|
profile = sign_in.profile_button.click()
|
||||||
profile.switch_network('Mainnet with upstream RPC')
|
profile.switch_network('Mainnet with upstream RPC')
|
||||||
sign_in.sign_in()
|
|
||||||
wallet = sign_in.wallet_button.click()
|
wallet = sign_in.wallet_button.click()
|
||||||
wallet.set_up_wallet()
|
wallet.set_up_wallet()
|
||||||
wallet.options_button.click()
|
wallet.options_button.click()
|
||||||
|
@ -26,7 +26,6 @@ class TestCommandsMultipleDevices(MultipleDeviceTestCase):
|
|||||||
public_key = device_2_home.get_public_key()
|
public_key = device_2_home.get_public_key()
|
||||||
device_2_profile = device_2_home.get_profile_view()
|
device_2_profile = device_2_home.get_profile_view()
|
||||||
device_2_profile.switch_network('Mainnet with upstream RPC')
|
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)
|
device_1_chat = device_1_home.add_contact(public_key)
|
||||||
amount_1 = device_1_chat.get_unique_amount()
|
amount_1 = device_1_chat.get_unique_amount()
|
||||||
|
@ -82,7 +82,6 @@ class TestMessagesOneToOneChatMultiple(MultipleDeviceTestCase):
|
|||||||
public_key_2 = home_2.get_public_key()
|
public_key_2 = home_2.get_public_key()
|
||||||
profile_2 = home_2.get_profile_view()
|
profile_2 = home_2.get_profile_view()
|
||||||
profile_2.switch_network('Mainnet with upstream RPC')
|
profile_2.switch_network('Mainnet with upstream RPC')
|
||||||
sign_in_2.sign_in()
|
|
||||||
|
|
||||||
chat_1 = home_1.add_contact(public_key_2)
|
chat_1 = home_1.add_contact(public_key_2)
|
||||||
message = 'test message'
|
message = 'test message'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user