Skip to content

Commit

Permalink
fix: do not force focus on uses of monacotype support cmd (#6992)
Browse files Browse the repository at this point in the history
  • Loading branch information
wdoconnell authored and jdstrand committed Jan 23, 2025
1 parent 14b428c commit e901635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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})
})
Expand Down

0 comments on commit e901635

Please sign in to comment.