201-created / ember-cli-acceptance-test-helpers

A set of useful test helpers for ember acceptance tests.
https://www.npmjs.com/package/ember-cli-acceptance-test-helpers
MIT License
47 stars 17 forks source link

Add optional message to expectElement and expectNoElement #29

Closed amyrlam closed 8 years ago

amyrlam commented 8 years ago
Future versions of Ember CLI will not support v4.2.3. Please update to Node 0.12 or io.js.
version: 1.13.8
Invalid watchman found, version: [4.4.0] did not satisfy [^3.0.0], falling back to NodeWatcher.
Visit http://www.ember-cli.com/user-guide/#watchman for more info.
amyrlam commented 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
backspace commented 8 years ago

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.

amyrlam commented 8 years ago

@backspace that was it, thanks so much!

backspace commented 8 years ago

🎉 glad it worked!

iezer commented 8 years ago

@amyrlam @mixonic :+1: Thanks, I'll merge this and release a new version.