From a058c5956cc2c26b347e5528d8164e2e1eff1225 Mon Sep 17 00:00:00 2001 From: baseWalker <104012756+baseWalker@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:12:07 +0800 Subject: [PATCH] test: update painter test case (#459) --- cypress/e2e/menus/painter.cy.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/e2e/menus/painter.cy.ts b/cypress/e2e/menus/painter.cy.ts index 15dac1f..4b04ab9 100644 --- a/cypress/e2e/menus/painter.cy.ts +++ b/cypress/e2e/menus/painter.cy.ts @@ -34,6 +34,7 @@ describe('菜单-格式刷', () => { cy.get('.menu-item__painter') .click() + .wait(300) .then(() => { editor.command.executeSetRange(textLength, 2 * textLength)