When I pass the options exist or length to a DOM traversal, they do not print in the command log when the implicit assertion passes.
Example Code
it"displays options", ->
cy.get(".answers-list tr", exist: true)
cy.get(".answers-list tr", visible: true)
cy.get(".answers-list tr", length: 55)
Example Command Log

When I pass the options exist or length to a DOM traversal, they do not print in the command log when the implicit assertion passes.
Example Code
Example Command Log
