it('should render an given icon', () => {
            expect($output.has(`img[src="${content.icon}"]`)).toBeTrue();
        });