Closed
Description
Version
1.0.0-beta.29
Reproduction link
bootstrap-vue/bootstrap-vue#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
Metadata
Metadata
Assignees
Labels
No labels