mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 07:44:35 +02:00
Added missing import to PAN1 and PAN2
This commit is contained in:
parent
0d07822599
commit
9cc3d83c1d
@ -1,6 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from include.common_classes_60 import PandoraWebDriverTestCase
|
from include.common_classes_60 import PandoraWebDriverTestCase
|
||||||
from include.common_functions_60 import login, click_menu_element
|
from include.common_functions_60 import login, click_menu_element, detect_and_pass_all_wizards
|
||||||
from selenium import webdriver
|
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.common.keys import Keys
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from include.common_classes_60 import PandoraWebDriverTestCase
|
from include.common_classes_60 import PandoraWebDriverTestCase
|
||||||
from include.common_functions_60 import login, click_menu_element
|
from include.common_functions_60 import login, click_menu_element, detect_and_pass_all_wizards
|
||||||
from selenium import webdriver
|
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.common.keys import Keys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user