Skip to content

Commit

Permalink
Fix jest testg
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Mar 30, 2020
1 parent 5dad93c commit 08e9c5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ describe('discover sidebar', function() {
const popular = findTestSubject(comp, 'fieldList-popular');
const selected = findTestSubject(comp, 'fieldList-selected');
const unpopular = findTestSubject(comp, 'fieldList-unpopular');
expect(popular.children().length).toBe(2);
expect(popular.children().length).toBe(1);
expect(unpopular.children().length).toBe(7);
expect(selected.children().length).toBe(1);
});
Expand Down

0 comments on commit 08e9c5f

Please sign in to comment.