From f3e8352aa2165bedb1dfb3f6bc88ba0561e04ee5 Mon Sep 17 00:00:00 2001 From: yulujie Date: Fri, 27 Sep 2024 13:05:23 +0800 Subject: [PATCH] * [task#128682,done,0.1h] Modify case. --- module/execution/test/ui/importbug.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/test/ui/importbug.php b/module/execution/test/ui/importbug.php index b9ff725ebc..55961cc0ad 100644 --- a/module/execution/test/ui/importbug.php +++ b/module/execution/test/ui/importbug.php @@ -54,3 +54,4 @@ r($tester->importBug('4', '0')) && p('status,message') && e('success','可导入 r($tester->importBug('3', '2')) && p('status,message') && e('success','导入Bug成功'); r($tester->importBug('2', '3')) && p('status,message') && e('success','导入Bug成功'); r($tester->importBug('2', '2')) && p('status,message') && e('success','导入Bug成功'); +$tester->closeBrowser();