Skip to content

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

@crfrolik

Description

@crfrolik

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions