From 1efcd443fd7fceeca253c9084e09079a8fd18f11 Mon Sep 17 00:00:00 2001 From: sunxiaoqi Date: Mon, 28 Oct 2024 08:56:16 +0000 Subject: [PATCH] *[task#130733,doing,0.1h] Add ui test files of edit a program --- module/program/test/ui/editprogram.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/program/test/ui/editprogram.php b/module/program/test/ui/editprogram.php index 81dfb81bf4..e5b1158e17 100644 --- a/module/program/test/ui/editprogram.php +++ b/module/program/test/ui/editprogram.php @@ -3,7 +3,7 @@ /** -title=创建项目集测试 +title=编辑项目集测试 timeout=0 - 编辑项目集名称,编辑成功 @@ -28,4 +28,4 @@ $tester->login(); $editName = new stdClass(); $editName->name = '编辑过的项目集'; -r($tester->editProgram($editName)) && p('message,status') && e ('编辑项目集成功,SUCCESS'); +r($tester->editProgram($editName)) && p('message,status') && e ('编辑项目集成功,SUCCESS'); //编辑项目集成功