Skip to content

Commit

Permalink
test(SearchBox): remove tests for template CSS classes
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Feb 7, 2019
1 parent ffd7933 commit 45194f6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/SearchBox/__tests__/SearchBox-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,10 @@ describe('SearchBox', () => {
expect(
wrapper.find('button[type="submit"]').hasClass('submit')
).toEqual(true);
// expect(
// wrapper.find('button[type="submit"] svg').hasClass('submitIcon')
// ).toEqual(true);
expect(wrapper.find('button[type="reset"]').hasClass('reset')).toEqual(
true
);
// expect(
// wrapper.find('button[type="reset"] svg').hasClass('resetIcon')
// ).toEqual(true);
expect(wrapper.find('span').hasClass('loadingIndicator')).toEqual(true);
// expect(wrapper.find('span svg').hasClass('loadingIcon')).toEqual(true);
});
});

Expand Down

0 comments on commit 45194f6

Please sign in to comment.