Ivan - Frontend - Fix Button tests [skip ci]
This commit is contained in:
parent
a0b4457676
commit
a6492cbd64
|
@ -25,7 +25,7 @@ describe('Button component', function () {
|
|||
</Button>
|
||||
);
|
||||
|
||||
expect(ReactDOM.findDOMNode(button).getAttribute('class')).to.include('button-' + type);
|
||||
expect(ReactDOM.findDOMNode(button).getAttribute('class')).to.include('button_' + type);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue