* [uitest] Adjust batchcreateuser tastcase.

This commit is contained in:
azalea
2024-10-30 09:57:05 +08:00
committed by 曹延义
parent 04ed82c616
commit 4aac448efb
@@ -11,7 +11,7 @@ class batchCreateUserTester extends tester
*/
public function batchCreateNormalUser($user)
{
$form = $this->initForm('user', 'batchCreate', array(), 'appIframe-admin');
$form = $this->initForm('user', 'batchCreate', array() , 'appIframe-admin');
$form->dom->account->setValue($user->account);
$form->dom->realname->setValue($user->realname);
$form->dom->passwordfield->setValue($user->passwordfield);
@@ -81,4 +81,5 @@ class batchCreateUserTester extends tester
return $this->failed('密码不能为空');
}
}