Skip to content
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-pipe uses deprecated cy.state('withinSubject') #37

Open
crfrolik opened this issue Jul 28, 2023 · 0 comments
Open

cypress-pipe uses deprecated cy.state('withinSubject') #37

crfrolik opened this issue Jul 28, 2023 · 0 comments

Comments

@crfrolik
Copy link

There's a bunch of warnings in Chrome Dev Tools when running tests with cypress open.

"Cypress Warning: cy.state('withinSubject') has been deprecated and will be removed in a future release. You should read cy.state('withinSubjectChain') once at the top of your command / query, and resolve it into a value with cy.getSubjectFromChain(withinSubjectChain) as needed."

However, we don't use cy.state or withinSubject anywhere in our code.

Upon further investigation, cypress-pipe does use this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant