test('bind does not call add when cookie is not activeClass and breakpoint is visible', () => {
    windowSpy.mockImplementation(() => ({
      getComputedStyle: () => ({
        visibility: 'visible'
      })