mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Change the call to the create_user function
This commit is contained in:
parent
9db4fda87d
commit
3fb09de6a2
@ -26,7 +26,7 @@ class PAN4(PandoraWebDriverTestCase):
|
||||
|
||||
#Creates a user with Chief Operator - Applications profile
|
||||
profile_list = []
|
||||
profile_list.append(("Chief Operator","Applications"))
|
||||
profile_list.append(("Chief Operator","Applications",[]))
|
||||
create_user(driver,'PAN_4','PAN_4',email='pan_4@pandorafms.com',profile_list=profile_list)
|
||||
|
||||
#Creates report
|
||||
|
Loading…
x
Reference in New Issue
Block a user