ここで起こっている一連の出来事を本当に理解していません。できるだけガイドに従うようにしています。私は持っている:
test('Tab focus', function(assert) {
visit('/demo/form');
click('input[type=text]');
andThen(function() {
assert.equal(
find('input[type=text]').css('borderTopColor'), 'rgb(0, 125, 164)', 'Text input has focus'
);
});
});
色の変化にトランジションはなく、再実行を押すとパスします。