mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-15 09:04:45 +00:00
7 lines
322 B
Python
7 lines
322 B
Python
from allure_commons._allure import step
|
|
|
|
with step('Set testnet mode'):
|
|
def enable_testnet_mode(main_window):
|
|
wallet_settings = main_window.left_panel.open_settings().left_panel.open_wallet_settings()
|
|
wallet_settings.open_networks().switch_testnet_mode_toggle().turn_on_testnet_mode_in_testnet_modal()
|