Modified user name to PAN_4 to not colide with other tests

This commit is contained in:
cesar991 2016-06-17 14:02:06 +02:00
parent 0fd96ba0d4
commit 137b42eb27
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ class PAN4(PandoraWebDriverTestCase):
#Creates a user with Chief Operator - Applications profile
profile_list = []
profile_list.append(("Chief Operator","Applications"))
create_user(driver,'test','test',email='test@pandorafms.com',profile_list=profile_list)
create_user(driver,'PAN_4','PAN_4',email='pan_4@pandorafms.com',profile_list=profile_list)
#Creates report
create_report(driver,"Informe applications","Applications")
@ -33,7 +33,7 @@ class PAN4(PandoraWebDriverTestCase):
logout(driver,self.base_url)
#Login
login(driver,user='test',passwd='test')
login(driver,user='PAN_4',passwd='PAN_4')
detect_and_pass_all_wizards(driver)
#Check that the report is visible