diff --git a/cypress/support/commands.ts b/cypress/support/commands.ts index b8b5f166b7..a4706fc004 100644 --- a/cypress/support/commands.ts +++ b/cypress/support/commands.ts @@ -100,6 +100,7 @@ Cypress.Commands.add( return cy.wrap(subject).within(() => { cy.get('.monaco-editor .view-line:last') .click({force: true}) + .wait(200) .focused() .type(text, {force, delay}) })