it( 'should show error when promise rejects with level `error`', function () {
                var input = findInputEl( element ),
                    icon = element.find( '[ data-role="icon"]' );

                input.val( 'fubar' );