mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1695] Comment component - Fix the header key (#2462)
* Fix the comment header key * Fix unit test * Fix process comment
This commit is contained in:
committed by
Eugenio Romano
parent
fcb292c849
commit
793432d89f
@@ -114,7 +114,7 @@ describe('ActivitiProcessInstanceComments', () => {
|
||||
fixture.whenStable().then(() => {
|
||||
fixture.detectChanges();
|
||||
let element = fixture.nativeElement.querySelector('#comment-header');
|
||||
expect(element.innerText).toContain('(3)');
|
||||
expect(element.innerText).toBe('TASK_DETAILS.COMMENTS.HEADER');
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user