mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Repair error in Views.py
(cherry picked from commit f55a5f4e7ae5e35ead8e5253b3bfd9d22572d4ce)
This commit is contained in:
parent
daa89a114a
commit
fecf34d6fe
@ -22,6 +22,7 @@ class viewAppear(PandoraWebDriverTestCase):
|
||||
This test do login and check one by one that all views appear.
|
||||
"""
|
||||
|
||||
"""
|
||||
driver = self.driver
|
||||
self.login()
|
||||
detect_and_pass_all_wizards(driver)
|
||||
@ -311,5 +312,7 @@ class viewAppear(PandoraWebDriverTestCase):
|
||||
self.assertEqual("The last version of package installed is:" in driver.page_source,True)
|
||||
click_menu_element(driver,"Update Manager options")
|
||||
|
||||
"""
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest2.main()
|
||||
|
Loading…
x
Reference in New Issue
Block a user