cypress-react-selector
Advanced tools
Comparing version 2.3.12 to 2.3.13
@@ -0,1 +1,3 @@ | ||
#### 2.3.13 (2021-11-02) | ||
#### 2.3.12 (2021-10-23) | ||
@@ -2,0 +4,0 @@ |
{ | ||
"name": "cypress-react-selector", | ||
"version": "2.3.12", | ||
"version": "2.3.13", | ||
"description": "cypress plugin to locate react elements by component, props and state", | ||
@@ -27,7 +27,7 @@ "main": "./index.js", | ||
"@cypress/webpack-dev-server": "^1.1.2", | ||
"cypress": "8.6.0", | ||
"cypress": "8.7.0", | ||
"generate-changelog": "^1.8.0", | ||
"html-webpack-plugin": "4", | ||
"husky": "7.0.2", | ||
"lint-staged": "11.2.3", | ||
"lint-staged": "11.2.6", | ||
"prettier": "^2.0.5", | ||
@@ -34,0 +34,0 @@ "pretty-quick": "3.1.1", |
@@ -73,3 +73,3 @@ const { getComponentNotFoundMessage, getIdentifierLogs } = require('./logger'); | ||
component, | ||
document.querySelector(getReactRoot(reactOpts.root)) | ||
cy.state('window').document.querySelector(getReactRoot(reactOpts.root)) | ||
); | ||
@@ -218,3 +218,3 @@ } else { | ||
component, | ||
document.querySelector(getReactRoot(reactOpts.root)) | ||
cy.state('window').document.querySelector(getReactRoot(reactOpts.root)) | ||
); | ||
@@ -221,0 +221,0 @@ } else { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36305