Skip to content
Snippets Groups Projects

Resolve "Amélioration webpage (URL + stylesheet)"

Merged François Agneray requested to merge 80-amelioration-webpage-url-stylesheet into develop
6 files
+ 10
9
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -65,9 +65,9 @@ describe('[admin][instance][webpage][components] WebpageFamilyCardComponent ', (
component = fixture.componentInstance;
component.webpageFamily = { display: 10, icon: 'test', id: 0, label: 'webpageFamilly test label' };
component.webpageList = [
{ icon: 'test1', content: 'test1', display: 10, id: 0, id_webpage_family: 0, label: 'test1', title: 'test-title1' },
{ icon: 'test2', content: 'test2', display: 10, id: 0, id_webpage_family: 0, label: 'test2', title: 'test-title2' },
{ icon: 'test3', content: 'test3', display: 10, id: 0, id_webpage_family: 1, label: 'test3', title: 'test-title3' }
{ icon: 'test1', content: 'test1', display: 10, id: 0, id_webpage_family: 0, label: 'test1', title: 'test-title1', name: 'test1', style_sheet: '' },
{ icon: 'test2', content: 'test2', display: 10, id: 0, id_webpage_family: 0, label: 'test2', title: 'test-title2', name: 'test2', style_sheet: '' },
{ icon: 'test3', content: 'test3', display: 10, id: 0, id_webpage_family: 1, label: 'test3', title: 'test-title3', name: 'test3', style_sheet: '' }
];
fixture.detectChanges();
});
Loading