mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-25 00:19:11 -05:00
Fix issue where click hangs if subject has a shadow root and shadow dom support is not enabled (#7692)
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
"experimentalShadowDomSupport": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Enables shadow DOM support. Adds the `cy.shadow()` command and the `ignoreShadowBoundaries` option to some DOM commands."
|
||||
"description": "Enables shadow DOM support. Adds the `cy.shadow()` command and the `includeShadowDom` option to some DOM commands."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user