Commit 202ae7bc authored by jboyson's avatar jboyson

Replace find with findComponent

parent fe76e8d4
...@@ -101,7 +101,7 @@ describe('Filter bar', () => { ...@@ -101,7 +101,7 @@ describe('Filter bar', () => {
mock.restore(); mock.restore();
}); });
const findFilteredSearch = () => wrapper.find(FilteredSearchBar); const findFilteredSearch = () => wrapper.findComponent(FilteredSearchBar);
const getSearchToken = (type) => const getSearchToken = (type) =>
findFilteredSearch() findFilteredSearch()
.props('tokens') .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