mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-14 11:33:51 +00:00
Fixed links and some form styles
This commit is contained in:
@@ -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' });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user