Commit 202ae7bc authored by jboyson's avatar jboyson

Replace find with findComponent

parent fe76e8d4
......@@ -101,7 +101,7 @@ describe('Filter bar', () => {
mock.restore();
});
const findFilteredSearch = () => wrapper.find(FilteredSearchBar);
const findFilteredSearch = () => wrapper.findComponent(FilteredSearchBar);
const getSearchToken = (type) =>
findFilteredSearch()
.props('tokens')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment