feat: add admin console and review workflow
This commit is contained in:
@@ -99,5 +99,7 @@ renderGroupedRecords(currentRecords);
|
||||
context,
|
||||
);
|
||||
assertEqual("纠错后排序仍使用显示记录", value("currentRecordOrder.join('')"), "abcd");
|
||||
vm.runInContext("updateCorrectionToolbar('测试提交按钮')", context);
|
||||
assertEqual("提交审核按钮文案", value("submitCorrectionsBtn.textContent"), "提交审核 1 条");
|
||||
|
||||
console.log("smoke test passed");
|
||||
|
||||
Reference in New Issue
Block a user