修复业务测试:MarketTable→CityRegionList 组件名同步

This commit is contained in:
2569718930@qq.com
2026-05-25 17:07:58 +08:00
parent 56ddce4be0
commit 80729274bc
3 changed files with 5 additions and 5 deletions
@@ -43,9 +43,9 @@ export function runTests() {
"scan terminal content views must not include market monitor or runway tabs",
);
assert(
dashboardSource.includes("MarketTable") &&
dashboardSource.includes("CityRegionList") &&
dashboardSource.includes("decisionLabel"),
"scan terminal must expose new terminal layout components (MarketTable, decisionLabel)",
"scan terminal must expose new terminal layout components (CityRegionList, decisionLabel)",
);
assert(
!dashboardSource.includes('setActiveView("monitor")') &&