* [task#126834,doing,0.1h,2h] Add new assertion of ui test to suspend execution.

This commit is contained in:
yulujie
2024-08-22 13:08:50 +08:00
committed by 李阳
parent 11af91c865
commit 4bc2e2587e
@@ -16,5 +16,8 @@ class suspendExecutionTester extends tester
$form->dom->suspend->click();
$form->dom->suspendSubmit->click();
$form->wait(1);
if($form->dom->status->getText() != $this->lang->execution->statusList->suspended) return $this->failed('执行状态错误');
return $this->success('挂起执行成功');
}
}