From 9f124cc66615e92814576748bc414584962ef9da Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 29 Aug 2017 02:08:37 -0400 Subject: [tests] increase timeout on vpn on --- tests/functional/features/steps/vpn.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/functional/features/steps/vpn.py b/tests/functional/features/steps/vpn.py index 43673597..4b83edb5 100644 --- a/tests/functional/features/steps/vpn.py +++ b/tests/functional/features/steps/vpn.py @@ -2,7 +2,6 @@ from behave import given, when, then from common import ( click_button, wait_until_button_is_visible, - find_element_containing_text ) from selenium.common.exceptions import TimeoutException # For checking IP @@ -47,7 +46,7 @@ def assert_vpn(context): @when('I deactivate VPN') def deactivate_vpn(context): click_button(context, 'Turn OFF') - wait_until_button_is_visible(context, 'Turn ON') + wait_until_button_is_visible(context, 'Turn ON', timeout=60) @then('My network should be configured as before') -- cgit v1.2.3