mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'develop' of https://192.168.50.5:8081/artica/pandorafms into develop
This commit is contained in:
commit
b030e9139f
@ -1,3 +1,4 @@
|
|||||||
|
"""
|
||||||
# -*- 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, detect_and_pass_all_wizards, logout
|
from include.common_functions_60 import login, click_menu_element, detect_and_pass_all_wizards, logout
|
||||||
@ -123,3 +124,4 @@ class PAN11(PandoraWebDriverTestCase):
|
|||||||
self.verificationErrors.append(str(e))
|
self.verificationErrors.append(str(e))
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
"""
|
||||||
|
@ -4,7 +4,7 @@ from common_functions_60 import login, click_menu_element, detect_and_pass_all_w
|
|||||||
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
|
||||||
from include.module_functions import create_module
|
from module_functions import create_module
|
||||||
from selenium.webdriver.support.ui import Select
|
from selenium.webdriver.support.ui import Select
|
||||||
from selenium.common.exceptions import NoSuchElementException
|
from selenium.common.exceptions import NoSuchElementException
|
||||||
from selenium.common.exceptions import NoAlertPresentException
|
from selenium.common.exceptions import NoAlertPresentException
|
||||||
|
Loading…
x
Reference in New Issue
Block a user