Correct errors when renaming reports

(cherry picked from commit 32b665c8fa2c0492921b36f67b1b0ef04ea4d4a6)
This commit is contained in:
cesar991 2016-06-20 08:54:57 +02:00
parent 0b37034823
commit 9604d5c6fa

View File

@ -27,7 +27,7 @@ class PAN4(PandoraWebDriverTestCase):
#Creates report
create_report(driver,"PAN_4_Applications","Applications")
create_report(driver,"PAN_4Servers","Servers")
create_report(driver,"PAN_4_Servers","Servers")
#Logout
logout(driver,self.base_url)