更新终端重构后的业务状态测试

This commit is contained in:
2569718930@qq.com
2026-05-25 00:23:44 +08:00
parent e4d123d94d
commit fd2531341d
3 changed files with 12 additions and 10 deletions
@@ -44,9 +44,9 @@ export function runTests() {
);
assert(
shellPartsSource.includes('"city-list"') &&
dashboardSource.includes("MobileCityPicker") &&
dashboardSource.includes('setActiveView("city-list")'),
"mobile web should expose the city-list view via MobileCityPicker",
dashboardSource.includes("MarketTable") &&
dashboardSource.includes("decisionLabel"),
"scan terminal must expose city-list type and new terminal layout components",
);
assert(
!dashboardSource.includes('setActiveView("monitor")') &&