mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-1695] reduce manual tests (#5455)
* tests cleanup * cleanup search control tests * EmptyContentComponent tests * fix names * search filter category test * task list test and code polish * process list tests and cleanup * extra task-list tests * extra start-task tests * code cleanup
This commit is contained in:
@@ -42,10 +42,6 @@ describe('SidebarActionMenuComponent', () => {
|
||||
fixture.destroy();
|
||||
});
|
||||
|
||||
it('should create instance of SidebarActionMenuComponent', () => {
|
||||
expect(fixture.componentInstance instanceof SidebarActionMenuComponent).toBe(true, 'should create SidebarActionMenuComponent');
|
||||
});
|
||||
|
||||
it('should display title', () => {
|
||||
component.title = 'Fake-Title';
|
||||
component.expanded = true;
|
||||
@@ -104,10 +100,6 @@ describe('Custom SidebarActionMenuComponent', () => {
|
||||
element = fixture.nativeElement;
|
||||
});
|
||||
|
||||
it('should create instance of CustomSidebarActionMenuComponent', () => {
|
||||
expect(component instanceof CustomSidebarActionMenuComponent).toBe(true, 'should create CustomSidebarActionMenuComponent');
|
||||
});
|
||||
|
||||
it('should defined adf-sidebar-action-menu', () => {
|
||||
fixture.detectChanges();
|
||||
element = fixture.nativeElement.querySelector('adf-sidebar-action-menu');
|
||||
|
Reference in New Issue
Block a user