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

it.only "goes back to projects view on cancel [00q]", ->
cy
.contains(".btn", "Cancel").click().then ->
@ipc.handle("get:project:paths", null, [])
Currently if we have a promise inside of a
cy.thenwhich does not resolve we don't get a good error message.