diff --git a/module/story/test/ui/batchcreateinlite.php b/module/story/test/ui/batchcreateinlite.php index 749c869b9c..116697af27 100755 --- a/module/story/test/ui/batchcreateinlite.php +++ b/module/story/test/ui/batchcreateinlite.php @@ -88,8 +88,4 @@ r($tester->batchCreateStory($project, $storyUrl, $story)) && p('message,status') $story->name = '目标A'; r($tester->batchCreateStory($project, $storyUrl, $story)) && p('message,status') && e('评审人必填提示信息正确,SUCCESS');//评审人必填校验 -$story->name = '目标A'; -$story->reviewer = array('admin'); -r($tester->batchCreateStory($project, $storyUrl, $story)) && p('message,status') && e('批量创建目标成功,SUCCESS');//正常创建目标校验 - $tester->closeBrowser();