mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Change imports in collection_functions
This commit is contained in:
parent
4c79a2a6b7
commit
7744d5f052
@ -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):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user