it( 'should have an input element', function () {
            var input = element.find( 'input' );
            expect( input.length ).toBe( 1 );
        } );