From 0fbecfb476be46f379f301d6149ef55f81bddc4e Mon Sep 17 00:00:00 2001 From: luxuyang Date: Fri, 28 Jun 2024 09:29:33 +0800 Subject: [PATCH] + [test,done,0.3h,0h] add edit bug uitest test case. --- module/bug/test/ui/editbug.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 module/bug/test/ui/editbug.php diff --git a/module/bug/test/ui/editbug.php b/module/bug/test/ui/editbug.php new file mode 100644 index 0000000000..c625ff8bc1 --- /dev/null +++ b/module/bug/test/ui/editbug.php @@ -0,0 +1,13 @@ +#!/usr/bin/env php + 'Bug状态', 'operator1' => '=', 'value1' => '激活'); +$bug['bugName'] = 'bug' . time(); +$project = array(); +$project['productID'] = 1; + +r($tester->editBug($project, $bug)) && p('message,status') && e('解决bug成功'); //验证bug表单页必填项校验