Skip to content

Commit 4af671b

Browse files
force focus
1 parent dd9ccdd commit 4af671b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/support/paste-to-monaco.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Cypress.Commands.add(
66
.get('.resource-form__editor')
77
.find('.monaco-editor:visible')
88
.eq(monacoCount)
9-
.focus();
9+
.focus({ force: true });
1010
},
1111
);
1212

0 commit comments

Comments
 (0)