From d68a1664c008c19d904c34f4dfe6efe3a69f18eb Mon Sep 17 00:00:00 2001 From: cesar991 Date: Mon, 11 Jul 2016 13:42:34 +0200 Subject: [PATCH] Import user_functions and reports_functions in PAN4.py --- tests/console/PAN4.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/console/PAN4.py b/tests/console/PAN4.py index b07c0bf0d2..3e43bca927 100644 --- a/tests/console/PAN4.py +++ b/tests/console/PAN4.py @@ -2,8 +2,10 @@ # -*- coding: utf-8 -*- from include.common_classes_60 import PandoraWebDriverTestCase -from include.common_functions_60 import login, click_menu_element, refresh_N_times_until_find_element, detect_and_pass_all_wizards, create_user, is_element_present, create_report, logout, delete_report +from include.common_functions_60 import login, click_menu_element, refresh_N_times_until_find_element, detect_and_pass_all_wizards, is_element_present, logout from selenium import webdriver +from include.reports_functions import delete_report, create_report +from include.user_functions import create_user from selenium.webdriver.common.by import By from selenium.webdriver.common.keys import Keys from selenium.webdriver.support.ui import Select