expect(dispatch).toHaveBeenCalledWith(sinon.match({
        type: CHANGE,
        payload: {
          attributes: {fullTitle: 'changed'}
        }