GitOrigin-RevId: d3b9ba1b2362bdb23dbf8282514c972c52c83fec
@@ -83,6 +83,15 @@ const grantClipboardPermissions = () => {
},
})
)
+
+ cy.wrap(
+ Cypress.automation('remote:debugger:protocol', {
+ command: 'Emulation.setFocusEmulationEnabled',
+ params: {
+ enabled: true,
+ },
+ })
+ )
}
describe('editor context menu', { scrollBehavior: false }, function () {