diff --git a/tests/unit/Accessibility.spec.js b/tests/unit/Accessibility.spec.js index 7170a2a..8e9d828 100644 --- a/tests/unit/Accessibility.spec.js +++ b/tests/unit/Accessibility.spec.js @@ -4,7 +4,7 @@ describe('Search Slot Scope', () => { /** * @see https://www.w3.org/WAI/PF/aria/states_and_properties#aria-activedescendant */ - fdescribe('aria-activedescendant', () => { + describe('aria-activedescendant', () => { it('adds the active descendant attribute only when the dropdown is open and there is a typeAheadPointer value', async () => { const Select = mountDefault()