Closed amyrlam closed 8 years ago
I get a weird Travis error message that I'm not sure how to debug?
https://travis-ci.org/201-created/ember-cli-acceptance-test-helpers/jobs/112355419
No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself.
The build has been terminated
hmm, could be this jQuery/Ember CLI incompatibility? Since bower.json
says 1.11 is okay, you could try removing the ^
and seeing if that fixes the builds on Travis.
@backspace that was it, thanks so much!
🎉 glad it worked!
@amyrlam @mixonic :+1: Thanks, I'll merge this and release a new version.
expectElement
orexpectNoElement
test with a custom name, similar toassert.ok(find('something'), 'my custom test name here')