aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/components/dialogs/__snapshots__/UserInfoModal.test.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'ui-react/src/components/dialogs/__snapshots__/UserInfoModal.test.js.snap')
-rw-r--r--ui-react/src/components/dialogs/__snapshots__/UserInfoModal.test.js.snap4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-react/src/components/dialogs/__snapshots__/UserInfoModal.test.js.snap b/ui-react/src/components/dialogs/__snapshots__/UserInfoModal.test.js.snap
index bd05e8635..7c725bc42 100644
--- a/ui-react/src/components/dialogs/__snapshots__/UserInfoModal.test.js.snap
+++ b/ui-react/src/components/dialogs/__snapshots__/UserInfoModal.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Verify UserInfoModal Test the render method full permission 1`] = `
-<Styled(Bootstrap(Modal))
+<Styled(Modal)
onHide={[Function]}
show={true}
size="lg"
@@ -113,5 +113,5 @@ exports[`Verify UserInfoModal Test the render method full permission 1`] = `
Cancel
</Button>
</ModalFooter>
-</Styled(Bootstrap(Modal))>
+</Styled(Modal)>
`;