收口结果总览风险人员区块
This commit is contained in:
@@ -25,7 +25,8 @@ const people = fs.readFileSync(
|
||||
);
|
||||
|
||||
["风险仪表盘", "overview-stats"].forEach((token) => assert(stats.includes(token), token));
|
||||
["风险人员总览", "中高风险人员TOP10", "查看详情"].forEach((token) =>
|
||||
["风险人员总览", "风险等级", "命中模型数", "查看详情"].forEach((token) =>
|
||||
assert(people.includes(token), token)
|
||||
);
|
||||
assert(!people.includes("中高风险人员TOP10"), "不应保留TOP10区块");
|
||||
assert(entry.includes("risk-people-section"), "入口应挂载风险人员区");
|
||||
|
||||
Reference in New Issue
Block a user