diff --git a/cypress/e2e/menus/text.cy.ts b/cypress/e2e/menus/text.cy.ts index e75b0da..3c8eeb5 100644 --- a/cypress/e2e/menus/text.cy.ts +++ b/cypress/e2e/menus/text.cy.ts @@ -33,7 +33,7 @@ describe('菜单-文本处理', () => { .then(() => { const data = editor.command.getValue().data.main - expect(data[0].font).to.eq('宋体') + expect(data[0].font).to.eq('华文宋体') }) }) })