47730f96ea
It's not obvious what "the way" to teardown window event handlers is in Ember. The datacenter-picker is permanently in the app during usage, but in tests I'm assuming it gets added and removed lots. So when you run the tests, as the tests aren't run in an isolated runner the QUnit test runner ends up with a click handler on it, So if you click on the test runner one of the tests will fail. The failure is related to there not being an element with a `.contains` method. So this checks that the element is truthy first, i.e. it exists. If it doesn't it just bails out. |
||
---|---|---|
.. | ||
acl | ||
kv | ||
click-outside.js | ||
with-feedback.js | ||
with-filtering.js | ||
with-health-filtering.js |