test: update text test case

This commit is contained in:
Hufe921
2024-07-04 22:11:30 +08:00
parent affd191155
commit c24da737b1
+1 -1
View File
@@ -33,7 +33,7 @@ describe('菜单-文本处理', () => {
.then(() => { .then(() => {
const data = editor.command.getValue().data.main const data = editor.command.getValue().data.main
expect(data[0].font).to.eq('宋体') expect(data[0].font).to.eq('华文宋体')
}) })
}) })
}) })