Skip to content

Commit 3871bad

Browse files
author
Emmanouil Konstantinidis
committed
Fix tests
1 parent b38008d commit 3871bad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/js/__tests__/components/search.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ describe('components/search.js', function () {
4646
const { wrapper } = setup(props);
4747

4848
expect(wrapper).to.exist;
49-
50-
expect(wrapper.find('.container-fluid').length).to.equal(1);
49+
expect(wrapper.find('.container-fluid').length).to.equal(0);
5150
expect(wrapper.find('.search-bar').length).to.equal(0);
5251

5352
});

0 commit comments

Comments
 (0)