it('should display the selection of values', () => {
                const event = new Event('click');
                component.click('.explore-span-filter', event);
                component.should.have(`a.explore-filter-link:contains("${values[0].label}")`);
            });