We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd9ccdd commit 4af671bCopy full SHA for 4af671b
tests/integration/support/paste-to-monaco.js
@@ -6,7 +6,7 @@ Cypress.Commands.add(
6
.get('.resource-form__editor')
7
.find('.monaco-editor:visible')
8
.eq(monacoCount)
9
- .focus();
+ .focus({ force: true });
10
},
11
);
12
0 commit comments