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