mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Modified user name to PAN_4 to not colide with other tests
(cherry picked from commit 137b42eb271828684018c6529ac9c3f992c19df0)
This commit is contained in:
parent
8c4a41d504
commit
9c95212851
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user