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 Jan 2, 2025
1 parent 9f138ec commit 5cfee32
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 5cfee32

Please sign in to comment.