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 changed date format
This commit is contained in:
committed by
Jatin_Chugh
parent
67ebf2979f
commit
778809b505
+1
-1
@@ -190,7 +190,7 @@ describe('SearchDateRangeAdvancedComponent', () => {
|
||||
await enterValueInInputField('date-range-advanced-between-start-input', '6/5/2023');
|
||||
await enterValueInInputField('date-range-advanced-between-end-input', '6/10/2023');
|
||||
await clickElementByAutomationId('date-range-advanced-apply-btn');
|
||||
expect(component.displayValue$.next).toHaveBeenCalledWith('05-Jun-2023 - 10-Jun-2023');
|
||||
expect(component.displayValue$.next).toHaveBeenCalledWith('05-Jun-23 - 10-Jun-23');
|
||||
});
|
||||
|
||||
it('should not update display label if anytime option is selected', async() => {
|
||||
|
||||
Reference in New Issue
Block a user