diff --git a/module/execution/test/model/getkanbansetting.php b/module/execution/test/model/getkanbansetting.php index 289e6e5bc6..7f3fb595de 100755 --- a/module/execution/test/model/getkanbansetting.php +++ b/module/execution/test/model/getkanbansetting.php @@ -18,5 +18,5 @@ pid=1 $count = array('0', '1'); $execution = new executionTest(); -r($execution->getKanbanSettingTest($count[0])) && p('colorList:wait') && e('#7EC5FF'); // 看板设置查询 -r($execution->getKanbanSettingTest($count[1])) && p() && e('6'); // 看板设置查询统计 \ No newline at end of file +r($execution->getKanbanSettingTest($count[0])) && p('colorList:wait') && e('~f:7EC5FF$~'); // 看板设置查询。注:以'7EC5FF'结尾,参见 https://ztf.im/book/ztf/specific-regx-186.html +r($execution->getKanbanSettingTest($count[1])) && p() && e('6'); // 看板设置查询统计 \ No newline at end of file