+ [task#131084] Modify createstage function of ui test file.

This commit is contained in:
huairong
2024-10-23 16:36:14 +08:00
committed by 李阳
parent b5c9b559a8
commit 3b1b2a141d
@@ -11,7 +11,7 @@ class createStageTester extends tester
*/
public function createStage(array $waterfall)
{
$programplanForm = $this->initForm('programplan', 'create' , array('projectID' => 5), 'appIframe-project');
$programplanForm = $this->initForm('programplan', 'create' , array('projectID' => 1), 'appIframe-project');
//删除除需求外的其他默认阶段行
for ($i = 6; $i > 1; $i--)