it('should dispatch a sticky notification action when passing sticky=true', () => {
      const notification = {
        message: 'some message',
        type: 'success',
        sticky: true,