mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3880] fix header logo a11y (#4114)
* fix header logo a11y * fix test
This commit is contained in:
committed by
Eugenio Romano
parent
aee34184ca
commit
be4978a91c
@@ -154,7 +154,7 @@ describe('HeaderLayoutComponent', () => {
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [HeaderLayoutTesterComponent],
|
||||
imports: [ LayoutModule, MaterialModule, RouterTestingModule ]
|
||||
imports: [ CoreTestingModule, LayoutModule, MaterialModule, RouterTestingModule ]
|
||||
})
|
||||
.compileComponents();
|
||||
}));
|
||||
|
Reference in New Issue
Block a user