Missing import

(cherry picked from commit 68652ce584cce5f1f4e4c061fe9224907496d23f)
This commit is contained in:
axl89 2016-08-17 10:20:23 +02:00
parent 4ba3bf8eb8
commit cc6bcc50df

@ -3,6 +3,7 @@ from include.common_classes_60 import PandoraWebDriverTestCase
from include.common_functions_60 import login, detect_and_pass_all_wizards, gen_random_string, is_enterprise
from include.policy_functions import *
from include.agent_functions import *
from include.collection_functions import *
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys