From e31dacb6d78e0251635cc24cea85d029dfce0e26 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Fri, 22 Jul 2016 13:37:08 +0200 Subject: [PATCH 1/2] Disabled ENT_PAN11. --- tests/console/ENT_PAN11.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/console/ENT_PAN11.py b/tests/console/ENT_PAN11.py index 8b2831018a..741a2786d4 100644 --- a/tests/console/ENT_PAN11.py +++ b/tests/console/ENT_PAN11.py @@ -1,3 +1,4 @@ +""" # -*- coding: utf-8 -*- from include.common_classes_60 import PandoraWebDriverTestCase from include.common_functions_60 import login, click_menu_element, detect_and_pass_all_wizards, logout @@ -123,3 +124,4 @@ class PAN11(PandoraWebDriverTestCase): self.verificationErrors.append(str(e)) if __name__ == "__main__": unittest.main() +""" From 1c6a20d650d0b0667a37acdbeac21346e8635990 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Fri, 22 Jul 2016 14:27:00 +0200 Subject: [PATCH 2/2] Fixed an import. (cherry picked from commit b6af4629d0f1269dc7885d45cd4588913f773bf8) --- tests/console/include/policy_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/console/include/policy_functions.py b/tests/console/include/policy_functions.py index cac0fb35dd..8d02c576fd 100644 --- a/tests/console/include/policy_functions.py +++ b/tests/console/include/policy_functions.py @@ -4,7 +4,7 @@ from common_functions_60 import login, click_menu_element, detect_and_pass_all_w from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.common.keys import Keys -from include.module_functions import create_module +from module_functions import create_module from selenium.webdriver.support.ui import Select from selenium.common.exceptions import NoSuchElementException from selenium.common.exceptions import NoAlertPresentException