Include new imports in PAN5.py
This commit is contained in:
parent
d68a1664c0
commit
cf6ec9c357
|
@ -1,7 +1,10 @@
|
|||
|
||||
# -*- coding: utf-8 -*-
|
||||
from include.common_classes_60 import PandoraWebDriverTestCase
|
||||
from include.common_functions_60 import login, click_menu_element, refresh_N_times_until_find_element, detect_and_pass_all_wizards, create_user, is_element_present, create_report, logout, delete_report, create_agent
|
||||
from include.common_functions_60 import login, click_menu_element, refresh_N_times_until_find_element, detect_and_pass_all_wizards, is_element_present, logout
|
||||
from include.reports_functions import create_report, delete_report
|
||||
from include.user_functions import create_user
|
||||
from include.agent_functions import create_agent
|
||||
from selenium import webdriver
|
||||
from selenium.webdriver.common.by import By
|
||||
from selenium.webdriver.common.keys import Keys
|
||||
|
|
Loading…
Reference in New Issue