it('should set `state.epicStartDateSaveInProgress` flag to `false` and set value of `startDateIsFixed` to that of param `dateTypeIsFixed` when called with `dateType` as `start`',(done)=>{
constdata={
dateType:dateTypes.start,
...
...
@@ -699,9 +684,9 @@ describe('Epic Store Actions', () => {