mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-4985] Updated test cases for SearchDateRangeAdvancedTabbedComponent
This commit is contained in:
committed by
Jatin_Chugh
parent
884568e136
commit
33575c54b9
+1
-3
@@ -47,7 +47,7 @@ export class MockSearchFilterTabbedComponent {}
|
|||||||
selector: 'adf-search-date-range-advanced',
|
selector: 'adf-search-date-range-advanced',
|
||||||
template: ``
|
template: ``
|
||||||
})
|
})
|
||||||
class MockSearchDateRangeAdvancedComponent {
|
export class MockSearchDateRangeAdvancedComponent {
|
||||||
@Input()
|
@Input()
|
||||||
dateFormat: string;
|
dateFormat: string;
|
||||||
@Input()
|
@Input()
|
||||||
@@ -237,6 +237,4 @@ describe('SearchDateRangeAdvancedTabbedComponent', () => {
|
|||||||
expect(component.context.queryFragments['dateRangeAdvanced']).toEqual('');
|
expect(component.context.queryFragments['dateRangeAdvanced']).toEqual('');
|
||||||
expect(component.context.update).toHaveBeenCalled();
|
expect(component.context.update).toHaveBeenCalled();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user