Add import create_module function in policy_functions
This commit is contained in:
parent
8ecc2a2bf1
commit
52403c9cf2
|
@ -7,6 +7,7 @@ from selenium.webdriver.common.keys import Keys
|
|||
from selenium.webdriver.support.ui import Select
|
||||
from selenium.common.exceptions import NoSuchElementException
|
||||
from selenium.common.exceptions import NoAlertPresentException
|
||||
from module_functions import create_module
|
||||
import unittest, time, re
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue