diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 53589d8ddc2..932b76b4fbf 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -358,8 +358,8 @@ Cypress.Commands.add('getModal', () => { Cypress.Commands.add('getEditor', { prevSubject: 'optional' }, (subject) => { return subject - ? cy.wrap(subject).find('[data-text-el="editor-container"]', { timeout: 10000 }) - : cy.get('[data-text-el="editor-container"]', { timeout: 10000 }) + ? cy.wrap(subject).find('[data-text-el="editor-container"]', { timeout: 20000 }) + : cy.get('[data-text-el="editor-container"]', { timeout: 20000 }) }) Cypress.Commands.add('getMenu', { prevSubject: 'optional' }, (subject) => {