modified switch_network

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Churikova Tetiana 2019-12-17 10:37:39 +01:00 committed by Andrey Shovkoplyas
parent b84139013a
commit bdbbcbb1da
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 0 additions and 2 deletions

View File

@ -642,8 +642,6 @@ class ProfileView(BaseView):
def switch_network(self, network):
self.advanced_button.click()
self.debug_mode_toggle.click()
self.network_settings_button.scroll_to_element(10, 'up')
self.network_settings_button.click()
network_button = NetworkSettingsButton.NetworkButton(self.driver, network)
network_button.click()