aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/components/dialogs/__snapshots__
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2021-03-16 11:20:24 +0000
committerGerrit Code Review <gerrit@onap.org>2021-03-16 11:20:24 +0000
commit840733402146a4545a7c7b835de29c9e1a052dcc (patch)
treedaaae628d3ceb6da2d8be9075776b2a3abc80636 /ui-react/src/components/dialogs/__snapshots__
parent3de3d44b950c824824f8260a0e1e9af8c0914a12 (diff)
parent8d6b013bc26a5715373fc64901f765fcc96701ca (diff)
Merge "Add refresh & update libs" into tosca-poc
Diffstat (limited to 'ui-react/src/components/dialogs/__snapshots__')
-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)>
`;