2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00

Update Accessibility.spec.js

This commit is contained in:
Jeff Sagal
2022-02-18 14:41:23 -08:00
parent 36290e6f94
commit 21cf29a983
+1 -1
View File
@@ -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()