Update common_functions_60.py

This commit is contained in:
Axel 2016-08-01 11:37:39 +02:00 committed by GitHub
parent b8eb332b93
commit ee9b161258
1 changed files with 2 additions and 0 deletions

View File

@ -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):