How to debug ember-cli tests running in phantomjs

后端 未结 4 598
不知归路
不知归路 2021-02-01 17:55

Context: I have an acceptance test for my ember-cli application, and the test passes just fine in Chrome. However, in phantomjs, my test fails -- the UI doesn\'t get created the

4条回答
  •  孤街浪徒
    2021-02-01 18:56

    I had no luck with the other answers, so here's what I found out:

    Add a return pauseTest(); at the point in your test where you want to be able to interact with the container in the browser. This is in the docs but I'm not sure it's in the guides.

提交回复
热议问题