### Version 1.0.0-beta.29 ### Reproduction link [https://github.com/bootstrap-vue/bootstrap-vue/issues/3270](https://github.com/bootstrap-vue/bootstrap-vue/issues/3270) ### Steps to reproduce Access a bootstrap-vue component by name: wrapper.find({ name: 'bFormRadioGroup' }). bootstrap-vue version v2.0.0-rc.19 ### What is expected? wrapper of the element should be returned ### What is actually happening? empty wrapper is returned [vue-test-utils]: find did not return Component, cannot call props() on empty Wrapper --- Per the Vue style guide, since version 2.0.0-rc.12 bootstrap-vue team have named all components using PascalCase instead of camelCase <!-- generated by vue-issues. DO NOT REMOVE -->