*[task#129208,done,3h,0h] Add ui function files of project guide.

This commit is contained in:
lihuifang
2024-09-24 16:18:54 +08:00
committed by 李阳
parent 0123c20178
commit e15bad2480
@@ -17,3 +17,7 @@ class createGuideTester extends tester
$form->wait(3);
//向导弹窗中点击项目管理方式后,跳转是否正确
if(strpos($this->response('url'), 'model='.$type)) return $this->success($type.'向导跳转正确');
return $this->failed($type.'向导跳转不正确');
}
}