[ADF-2238] removed created by property

This commit is contained in:
VitoAlbano
2018-05-23 11:26:17 +01:00
parent b9e888ac11
commit 049e514541
4 changed files with 2 additions and 19 deletions

View File

@@ -114,16 +114,6 @@ describe('TaskHeaderComponent', () => {
}));
it('should display created-by', async(() => {
component.refreshData();
fixture.detectChanges();
fixture.whenStable().then(() => {
let formNameEl = fixture.debugElement.query(By.css('[data-automation-id="header-created-by"] .adf-property-value'));
expect(formNameEl.nativeElement.innerText).toBe('Wilbur Adams');
});
}));
it('should display priority', async(() => {
component.taskDetails.priority = 27;
component.refreshData();