[AAE-1937] Process Filters E2E APS1 (#5478)

This commit is contained in:
dhrn
2020-02-19 16:19:14 +05:30
committed by GitHub
parent c12eee1f59
commit 8fc69b89ec
2 changed files with 84 additions and 14 deletions

View File

@@ -72,6 +72,7 @@ describe('ProcessInstanceDetailsComponent', () => {
it('should set a placeholder message when processInstanceId not initialised', () => {
fixture.detectChanges();
expect(component.processInstanceDetails).toBeFalsy();
expect(fixture.nativeElement.innerText).toBe('ADF_PROCESS_LIST.DETAILS.MESSAGES.NONE');
});