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 a8413fe commit 8e67a4fCopy full SHA for 8e67a4f
src/components/__tests__/InfoBar-test.js
@@ -52,7 +52,7 @@ describe('InfoBar', () => {
52
it('should render the correct className', () => {
53
const styles = require('components/InfoBar/InfoBar.scss');
54
const component = findRenderedDOMComponentWithClass(renderer, styles.infoBar);
55
- expect(styles.infoBar).to.be.a('string');
56
- expect(component.className).to.include(styles.infoBar);
+ expect(styles.wrapper).to.be.a('string');
+ expect(component.className).to.include(styles.wrapper);
57
});
58
0 commit comments