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