task#126186,done,0.1h,0] Modify ui test file of start execution

This commit is contained in:
yulujie
2024-08-20 17:25:07 +08:00
committed by 李阳
parent 72afc947b0
commit 82ee9206ee
@@ -35,7 +35,7 @@ class startExecutionTester extends tester
$this->inputFields($realBegan);
$form = $this->loadPage();
if($form->dom->status->getText() != $this->lang->execution->statusList->doing) return $this->failed('执行状态错误');
if($form->dom->realBegan1->getText() != $realBegan) return $this->failed('执行实际开始日期错误');
if($form->dom->realBeganView->getText() != $realBegan) return $this->failed('执行实际开始日期错误');
return $this->success('开始执行成功');
}