mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
tests: remove stray fdescribe
This commit is contained in:
@@ -4,7 +4,7 @@ describe('Search Slot Scope', () => {
|
|||||||
/**
|
/**
|
||||||
* @see https://www.w3.org/WAI/PF/aria/states_and_properties#aria-activedescendant
|
* @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 () => {
|
it('adds the active descendant attribute only when the dropdown is open and there is a typeAheadPointer value', async () => {
|
||||||
const Select = mountDefault()
|
const Select = mountDefault()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user