From ee9b16125809df7c51181b061119c634ffe03bab Mon Sep 17 00:00:00 2001 From: Axel Date: Mon, 1 Aug 2016 11:37:39 +0200 Subject: [PATCH] Update common_functions_60.py --- tests/console/include/common_functions_60.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/console/include/common_functions_60.py b/tests/console/include/common_functions_60.py index ff6525c937..a0c55d98f4 100644 --- a/tests/console/include/common_functions_60.py +++ b/tests/console/include/common_functions_60.py @@ -79,9 +79,11 @@ def detect_and_pass_newsletter_wizard(driver): def detect_and_pass_all_wizards(driver): + driver.implicitly_wait(2) #Optimisation workaround for skipping wizards quickly detect_and_pass_pandorin(driver) detect_and_pass_initial_wizard(driver) detect_and_pass_newsletter_wizard(driver) + driver.implicitly_wait(30) def activate_home_screen(driver,mode):