mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-28 04:46:57 -04:00
fix tests after the input component changed HTML structure.
This commit is contained in:
@@ -77,7 +77,7 @@ describe('ClayItem', function() {
|
|||||||
describe('.$element', function() {
|
describe('.$element', function() {
|
||||||
it('sets $element correctly', function() {
|
it('sets $element correctly', function() {
|
||||||
var clayItem = fixture.clayItem('input');
|
var clayItem = fixture.clayItem('input');
|
||||||
assert.strictEqual(clayItem.$element[0].tagName, 'LABEL');
|
assert.strictEqual(clayItem.$element[0].classList.contains('component'), true);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user