it( 'should correctly render icon', function () {
                var icon = element.find( '[ data-role="icon"]' );
                expect( icon.length ).toBe( 1 );
            } );