33 lines
519 B
Text
33 lines
519 B
Text
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
|
||
|
|
exports[`Modal active modal displays 1`] = `
|
||
|
|
<Displaced
|
||
|
|
dialogStyle={
|
||
|
|
Object {
|
||
|
|
"minWidth": "768px",
|
||
|
|
}
|
||
|
|
}
|
||
|
|
focusDialog={true}
|
||
|
|
mounted={true}
|
||
|
|
onExit={[Function]}
|
||
|
|
titleText="title text"
|
||
|
|
>
|
||
|
|
<header
|
||
|
|
className="modal-header"
|
||
|
|
>
|
||
|
|
<h4
|
||
|
|
className="modal-header-title"
|
||
|
|
>
|
||
|
|
title text
|
||
|
|
</h4>
|
||
|
|
</header>
|
||
|
|
<div
|
||
|
|
className="modal-body"
|
||
|
|
>
|
||
|
|
<div />
|
||
|
|
</div>
|
||
|
|
</Displaced>
|
||
|
|
`;
|
||
|
|
|
||
|
|
exports[`Modal nothing displayed if inactive 1`] = `""`;
|