From 21cf29a98376cb345588b10a2e1638487f16b310 Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Fri, 18 Feb 2022 14:41:23 -0800 Subject: [PATCH] Update Accessibility.spec.js --- tests/unit/Accessibility.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/Accessibility.spec.js b/tests/unit/Accessibility.spec.js index b7edd81..61938bb 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()