You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we automatically try matching against pascal/camel/kebab/whatever
we only match against the exact name
I'm thinking (1), we should make it as easy as possible to use find. It's hard to know what the name is for third party components. Since we support the find({ name }) syntax, we should match Vue and handle both pascal case and kebab case. You would update this file.
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
The text was updated successfully, but these errors were encountered: