* [task#127263 done,0.1h] Fix bug.

This commit is contained in:
yulujie
2024-09-05 08:49:17 +08:00
committed by 李阳
parent 50f1ee9176
commit 8837a7097b
@@ -39,7 +39,6 @@ class manageMembersTester extends tester
$form = $this->loadPage('execution', 'team');
if($form->dom->firstUser->getText() != $firstAccount) return $this->failed('删除团队成员成功');
return $this->success('删除团队成员失败');
}
/**