Skip to content

Better error messages when a promise never resolves which causes cy.then to timeout #108

@jennifer-shehane

Description

@jennifer-shehane

Currently if we have a promise inside of a cy.then which does not resolve we don't get a good error message.

screen shot 2016-02-18 at 6 31 11 pm

it.only "goes back to projects view on cancel [00q]", ->
  cy
    .contains(".btn", "Cancel").click().then ->
      @ipc.handle("get:project:paths", null, [])

Metadata

Metadata

Labels

type: enhancementRequested enhancement of existing feature

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions