From 673e6212fa80699b2fdccfb3f973ad7b65de0553 Mon Sep 17 00:00:00 2001 From: Jeff Sagal Date: Fri, 18 Feb 2022 14:41:09 -0800 Subject: [PATCH] tests: remove stray fdescribe --- 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 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()