fix tests after the input component changed HTML structure.

This commit is contained in:
Keegan
2016-03-03 01:03:23 +11:00
parent 797fa1d9ab
commit de982960e2
+1 -1
View File
@@ -77,7 +77,7 @@ describe('ClayItem', function() {
describe('.$element', function() {
it('sets $element correctly', function() {
var clayItem = fixture.clayItem('input');
assert.strictEqual(clayItem.$element[0].tagName, 'LABEL');
assert.strictEqual(clayItem.$element[0].classList.contains('component'), true);
});
});