We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38008d commit 3871badCopy full SHA for 3871bad
src/js/__tests__/components/search.js
@@ -46,8 +46,7 @@ describe('components/search.js', function () {
46
const { wrapper } = setup(props);
47
48
expect(wrapper).to.exist;
49
-
50
- expect(wrapper.find('.container-fluid').length).to.equal(1);
+ expect(wrapper.find('.container-fluid').length).to.equal(0);
51
expect(wrapper.find('.search-bar').length).to.equal(0);
52
53
});
0 commit comments