-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cypress/unsafe-to-chain-command not exported from the package #125
Comments
Here's a PR to solve the issue: #126 |
This issue should be resolved in the latest release. I am going to close this issue. If the latest release does not address your issue please throw a comment here and we can reopen and investigate further. |
I think this still isn't fixed, we're getting the same error now using 2.13.3. I think L11 in unsafe-to-chain-command.js should be:
rather than 'action-ends-chain'
|
Hmm, just noticed this is in the tests, so should really affect us. Does anyone else still have this issue? Otherwise it might be something we need to fix |
I have this issue and would like to see it resolved, please |
@alistaireverett and @TD-DO , please open a new issue with a reproducible example and the Cypress team will be happy to investigate. You can reference this issue in the description. |
The latest version (2.13.0) leads to error during eslint execution:
Looks like it's not exported in index.js file: https://github.com/cypress-io/eslint-plugin-cypress/blob/master/index.js#L11
The text was updated successfully, but these errors were encountered: