重构家庭资产负债详情展示
This commit is contained in:
@@ -12,8 +12,6 @@ const dialog = fs.readFileSync(
|
||||
|
||||
[
|
||||
'activeTab: "abnormalDetail"',
|
||||
"project-analysis-header",
|
||||
"project-analysis-overview",
|
||||
"if (value) {",
|
||||
"resetDialogState()",
|
||||
'this.activeTab = "abnormalDetail"',
|
||||
@@ -21,5 +19,3 @@ const dialog = fs.readFileSync(
|
||||
"this.fetchDetailData()",
|
||||
"this.resetDialogState()",
|
||||
].forEach((token) => assert(dialog.includes(token), token));
|
||||
|
||||
assert(!dialog.includes("project-analysis-shell"), "关闭重开后默认页签保持,但内部套娃外壳应已移除");
|
||||
|
||||
Reference in New Issue
Block a user