Fix issue where click hangs if subject has a shadow root and shadow dom support is not enabled (#7692)

This commit is contained in:
Chris Breiding
2020-06-12 14:42:57 -04:00
committed by GitHub
parent 3f3e860fcb
commit cf87458ba3
6 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -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."
}
}
}