-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
".and" chainer returns undefined after upgrade to 3.4.0 #4833
Labels
type: regression
A bug that didn't appear until a specific Cy version release
Comments
I have confirmed that this test was passing in v3.3.2 and is failing in 3.4.0 of Cypress.
Looks like a regression to me. |
cypress-bot
bot
added
the
stage: ready for work
The issue is reproducible and in scope
label
Jul 26, 2019
jennifer-shehane
added
the
type: regression
A bug that didn't appear until a specific Cy version release
label
Jul 26, 2019
7 tasks
cypress-bot
bot
added
stage: work in progress
stage: needs review
The PR code is done & tested, needs review
and removed
stage: ready for work
The issue is reproducible and in scope
stage: work in progress
stage: needs review
The PR code is done & tested, needs review
labels
Jul 26, 2019
cypress-bot
bot
added
stage: pending release
and removed
stage: needs review
The PR code is done & tested, needs review
labels
Jul 29, 2019
The code for this is done in cypress-io/cypress#4834, but has yet to be released. |
Released in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior:
After upgrading from Cypress 3.3.2 to 3.4.0, we now receive CypressError when attempting to use chai-jquery's ".and" chainer. It reports the following.
Here is what my test case looks like (from the
and-chainer-undefined
branch of the https://github.com/proknow/cypress-test-tiny repo).Desired behavior:
I would like the behavior of the ".and" chainer to function as it did in version 3.3.2 of Cypress.
Steps to reproduce: (app code and test code)
Please clone the
and-chainer-undefined
branch of https://github.com/proknow/cypress-test-tiny. To reproduce:npm install
.npx cypress open
and run thespec.js
integration script.To see the behavior in 3.3.2:
package.json
to use 3.3.2 for Cypress.npm install
.npx cypress open
and run thespec.js
integration script.Versions
Cypress: 3.4.0
OS: macOS 10.14.5 (18F132)
Browser: Chrome 75.0.3770.142
The text was updated successfully, but these errors were encountered: