mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2724] fix comments internationalization (#3195)
This commit is contained in:
committed by
Eugenio Romano
parent
68df6138c4
commit
8a0af2c5e4
@@ -136,7 +136,7 @@ describe('CommentsComponent', () => {
|
||||
fixture.whenStable().then(() => {
|
||||
fixture.detectChanges();
|
||||
let element = fixture.nativeElement.querySelector('#comment-header');
|
||||
expect(element.innerText).toBe('ADF_TASK_LIST.DETAILS.COMMENTS.HEADER');
|
||||
expect(element.innerText).toBe('COMMENTS.HEADER');
|
||||
});
|
||||
}));
|
||||
|
||||
|
Reference in New Issue
Block a user