From fd8cd2e1c5b1a2c75b12d61cfa261a2ec363e92f Mon Sep 17 00:00:00 2001 From: yulujie Date: Tue, 20 Aug 2024 14:32:48 +0800 Subject: [PATCH] * [task#126185,doing,0.5h,1h] Add cases of ui test to close execution. --- module/execution/test/ui/closeexecution.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/test/ui/closeexecution.php b/module/execution/test/ui/closeexecution.php index 0581e776c5..007e4b0471 100644 --- a/module/execution/test/ui/closeexecution.php +++ b/module/execution/test/ui/closeexecution.php @@ -17,4 +17,5 @@ $tester->login(); $realEnd = array(date('Y-m-d', strtotime('+20 days')), date('Y-m-d')); r($tester->closeWithGreaterDate($realEnd[0])) && p('message') && e('关闭执行表单页提示信息正确'); +r($tester->close($realEnd[1])) && p('message') && e('关闭执行成功'); $tester->closeBrowser();