From d3ca3648b732ccc8b7ec508afc51c6fb87e2cfba Mon Sep 17 00:00:00 2001 From: lihuifang Date: Tue, 22 Oct 2024 11:16:45 +0800 Subject: [PATCH] [task#130687,doing,6h,4h] Modify notes of create sprint. --- module/project/test/ui/createsprint.php | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/module/project/test/ui/createsprint.php b/module/project/test/ui/createsprint.php index b9f2848426..704082e8b6 100755 --- a/module/project/test/ui/createsprint.php +++ b/module/project/test/ui/createsprint.php @@ -2,9 +2,19 @@ '敏捷项目1', 'name' => '一个敏捷迭代' . time(), 'end' => date('Y-m-d', strtotime('+5 days'))), ); -r($tester->checkInput($sprint['0'])) && p('message') && e('创建执行成功'); //执行名称为空时的提示校验 -r($tester->checkInput($sprint['1'])) && p('message') && e('创建执行成功'); //计划完成时间为空时的提示校验 -r($tester->checkInput($sprint['2'])) && p('status') && e('SUCCESS'); //添加迭代成功 +r($tester->checkInput($sprint['0'])) && p('message,status') && e('创建迭代表单页提示信息正确,SUCCESS'); //执行名称为空时的提示校验 +r($tester->checkInput($sprint['1'])) && p('message,status') && e('创建迭代表单页提示信息正确,SUCCESS'); //计划完成时间为空时的提示校验 +r($tester->checkInput($sprint['2'])) && p('status') && e('SUCCESS'); //添加迭代成功 $tester->closeBrowser();