Ivan - Frontend - Fix Button tests [skip ci]

This commit is contained in:
ivan 2016-09-09 18:22:54 -03:00
parent a0b4457676
commit a6492cbd64
1 changed files with 1 additions and 1 deletions

View File

@ -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);
});
});
});