Fixed links and some form styles

This commit is contained in:
Alejandro Celaya
2022-03-05 14:04:01 +01:00
parent f4fa1582a7
commit ec403d7b1f
10 changed files with 38 additions and 25 deletions

View File

@@ -63,7 +63,7 @@ describe('<Checkbox />', () => {
it('allows setting inline rendering', () => {
const wrapped = createComponent({ inline: true });
const control = wrapped.find('.custom-control');
const control = wrapped.find('.form-check');
expect(control.prop('style')).toEqual({ display: 'inline-block' });
});