Change imports in collection_functions

This commit is contained in:
cesar991 2016-07-19 15:24:20 +02:00
parent 4c79a2a6b7
commit 7744d5f052

View File

@ -1,13 +1,13 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
from include.common_classes_60 import PandoraWebDriverTestCase from selenium import selenium
from include.common_functions_60 import click_menu_element, detect_and_pass_all_wizards
from selenium import webdriver
from selenium.webdriver.common.by import By from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys from selenium.webdriver.support.ui import WebDriverWait, Select
from selenium.webdriver.support.ui import Select from selenium.webdriver.support import expected_conditions as EC
from selenium.common.exceptions import NoSuchElementException from common_functions_60 import *
from selenium.common.exceptions import NoAlertPresentException
import unittest, time, re import random, time
import string
def create_collection(driver,name,short_name,group="All",description=None): def create_collection(driver,name,short_name,group="All",description=None):