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
All versions of Cypress when making this assertion
it('expect - assert shape of an object', function(){ const person = { name: 'Joe', age: 20 } expect(person).to.have.all.keys('name', 'age') })
Look at the reporter message - looks very weird
I added example test to cypress-io/cypress-example-kitchensink#17
The text was updated successfully, but these errors were encountered:
I thought this formatting may have improved in v4.0 branch of Cypress with Chai upgrade, but it hasn't. This is still an issue in 3.4.0
Sorry, something went wrong.
The code for this is done in cypress-io/cypress#5619, but has yet to be released. We'll update this issue and reference the changelog when it's released.
Released in 3.7.0.
3.7.0
bahmutov
Successfully merging a pull request may close this issue.
All versions of Cypress when making this assertion
Look at the reporter message - looks very weird
I added example test to cypress-io/cypress-example-kitchensink#17
The text was updated successfully, but these errors were encountered: