it('should have hidden other values after selecting first one', () => {
                currentValue = values[0];
                component.click('.explore-span-filter', new Event('click'));
                component.click(`a.explore-filter-link:contains("${values[1].label}")`, new Event('click'));
                component.should.not.have(`a.explore-filter-link`);