Skip to content

exist and visible options are not displaying in command log when implicit assertion passes #40

@jennifer-shehane

Description

@jennifer-shehane

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
screen shot 2015-05-20 at 10 57 29 am

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions