You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would've been nice if this also works on Cypress. Otherwise the Chai Assertion Library link should not be part of the document for Cypress since it's going to be confusing.
Versions
Cypress: 2.1.0
The text was updated successfully, but these errors were encountered:
cuteporing
changed the title
assert.deepInclude
assert.deepInclude() is not a function on Cypress 2.1.0
Jun 14, 2018
jennifer-shehane
changed the title
assert.deepInclude() is not a function on Cypress 2.1.0
assert.deepInclude() is not a function - update Chai to >=4.1.2
Jan 25, 2019
Current behavior:
Chai Assertion Library (http://www.chaijs.com/api/assert/) was referenced from Cypress.io Assertion docs (https://docs.cypress.io/guides/references/assertions.html#BDD-Assertions)
so I was under the impression that these API's actually works on Cypress.io. Some does like
but others don't like
assert.deepInclude()
as shown on the screenshot below:
Desired behavior:
It would've been nice if this also works on Cypress. Otherwise the Chai Assertion Library link should not be part of the document for Cypress since it's going to be confusing.
Versions
Cypress: 2.1.0
The text was updated successfully, but these errors were encountered: