mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-07-28 14:41:53 +00:00
Added proper blurred background for modals
This commit is contained in:
committed by
Alejandro Celaya
parent
e7466ced18
commit
f97ef8df83
@@ -71,7 +71,7 @@ describe('<EditMetaModal />', () => {
|
||||
|
||||
it.each([
|
||||
[ '.btn-link', 'onClick' ],
|
||||
[ 'Modal', 'toggle' ],
|
||||
[ 'BlurredModal', 'toggle' ],
|
||||
[ 'ModalHeader', 'toggle' ],
|
||||
])('resets meta when modal is toggled in any way', (componentToFind, propToCall) => {
|
||||
const wrapper = createWrapper({ saving: false, error: false });
|
||||
|
||||
Reference in New Issue
Block a user