@wix/design-system
Version:
@wix/design-system
8 lines • 536 B
JavaScript
import { inputWithOptionsDriverFactory } from '../InputWithOptions/InputWithOptions.driver';
import { deprecationTestkitLog } from '../utils/deprecationTestkitLog';
const autoCompleteDriverFactory = args => {
deprecationTestkitLog('autoCompleteTestkitFactory legacy testkit is deprecated and will be removed in next major release. Please use the AutoCompleteTestkit unidriver testkit instead.');
return inputWithOptionsDriverFactory(args);
};
export { autoCompleteDriverFactory };
//# sourceMappingURL=AutoComplete.driver.js.map