标签: ember.js ember-testing
我正在编写组件测试,我正在测试元素是否集中。我尝试使用document.activeElement来完成此操作,但是,我得到混合结果,有时断言失败,有时断言成功。还有另一种测试焦点的策略吗?
答案 0 :(得分:1)
与https://github.com/simplabs/qunit-dom
你可以做
assert.dom(selector).isFocused();