aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/components/dialogs/Loop/__snapshots__
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2021-03-12 19:30:22 +0100
committerLiam Fallon <liam.fallon@est.tech>2021-03-16 10:44:05 +0000
commit8d6b013bc26a5715373fc64901f765fcc96701ca (patch)
tree81e08195c697fdc5bc85bd807ee9c5f39d28118d /ui-react/src/components/dialogs/Loop/__snapshots__
parent996bbf0544303b2969e31b2ddf608b0ca27fea62 (diff)
Add refresh & update libs
Add refresh features to the policy list when changing it + update materials-Ui + update Json-editor libs to solve big lag in UI + Remove useless link in the menu + fix issue with build due to mariadb not started yet Issue-ID: POLICY-3131 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I9bcb9558f213731a4ea8e20e186fb91c9db1b6f3 (cherry picked from commit b8831e5199aa0fe2bb1de531069d376182b3571d)
Diffstat (limited to 'ui-react/src/components/dialogs/Loop/__snapshots__')
-rw-r--r--ui-react/src/components/dialogs/Loop/__snapshots__/CreateLoopModal.test.js.snap4
-rw-r--r--ui-react/src/components/dialogs/Loop/__snapshots__/DeployLoopModal.test.js.snap4
-rw-r--r--ui-react/src/components/dialogs/Loop/__snapshots__/LoopPropertiesModal.test.js.snap4
-rw-r--r--ui-react/src/components/dialogs/Loop/__snapshots__/OpenLoopModal.test.js.snap13
4 files changed, 9 insertions, 16 deletions
diff --git a/ui-react/src/components/dialogs/Loop/__snapshots__/CreateLoopModal.test.js.snap b/ui-react/src/components/dialogs/Loop/__snapshots__/CreateLoopModal.test.js.snap
index b05781641..1ba9dbaf1 100644
--- a/ui-react/src/components/dialogs/Loop/__snapshots__/CreateLoopModal.test.js.snap
+++ b/ui-react/src/components/dialogs/Loop/__snapshots__/CreateLoopModal.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Verify CreateLoopModal Test the render method 1`] = `
-<Styled(Bootstrap(Modal))
+<Styled(Modal)
backdrop="static"
keyboard={false}
onHide={[Function]}
@@ -163,5 +163,5 @@ exports[`Verify CreateLoopModal Test the render method 1`] = `
Create
</Button>
</ModalFooter>
-</Styled(Bootstrap(Modal))>
+</Styled(Modal)>
`;
diff --git a/ui-react/src/components/dialogs/Loop/__snapshots__/DeployLoopModal.test.js.snap b/ui-react/src/components/dialogs/Loop/__snapshots__/DeployLoopModal.test.js.snap
index 8d0faa5f7..4779ced0d 100644
--- a/ui-react/src/components/dialogs/Loop/__snapshots__/DeployLoopModal.test.js.snap
+++ b/ui-react/src/components/dialogs/Loop/__snapshots__/DeployLoopModal.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Verify DeployLoopModal Test the render method 1`] = `
-<Styled(Bootstrap(Modal))
+<Styled(Modal)
backdrop="static"
keyboard={false}
onHide={[Function]}
@@ -79,5 +79,5 @@ exports[`Verify DeployLoopModal Test the render method 1`] = `
Deploy
</Button>
</ModalFooter>
-</Styled(Bootstrap(Modal))>
+</Styled(Modal)>
`;
diff --git a/ui-react/src/components/dialogs/Loop/__snapshots__/LoopPropertiesModal.test.js.snap b/ui-react/src/components/dialogs/Loop/__snapshots__/LoopPropertiesModal.test.js.snap
index 233c560ab..3baaa5798 100644
--- a/ui-react/src/components/dialogs/Loop/__snapshots__/LoopPropertiesModal.test.js.snap
+++ b/ui-react/src/components/dialogs/Loop/__snapshots__/LoopPropertiesModal.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Verify LoopPropertiesModal Test the render method 1`] = `
-<Styled(Bootstrap(Modal))
+<Styled(Modal)
backdrop="static"
keyboard={false}
onHide={[Function]}
@@ -57,5 +57,5 @@ exports[`Verify LoopPropertiesModal Test the render method 1`] = `
Save Changes
</Button>
</ModalFooter>
-</Styled(Bootstrap(Modal))>
+</Styled(Modal)>
`;
diff --git a/ui-react/src/components/dialogs/Loop/__snapshots__/OpenLoopModal.test.js.snap b/ui-react/src/components/dialogs/Loop/__snapshots__/OpenLoopModal.test.js.snap
index 477260477..581fd0ec0 100644
--- a/ui-react/src/components/dialogs/Loop/__snapshots__/OpenLoopModal.test.js.snap
+++ b/ui-react/src/components/dialogs/Loop/__snapshots__/OpenLoopModal.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Verify OpenLoopModal Test the render method 1`] = `
-<Styled(Bootstrap(Modal))
+<Styled(Modal)
backdrop="static"
keyboard={false}
onHide={[Function]}
@@ -98,14 +98,7 @@ exports[`Verify OpenLoopModal Test the render method 1`] = `
}
controlId="formBasicCheckbox"
>
- <FormCheck
- disabled={false}
- inline={false}
- isInvalid={false}
- isValid={false}
- title=""
- type="checkbox"
- >
+ <FormCheck>
<FormCheckLabel>
Read Only Mode:
</FormCheckLabel>
@@ -140,5 +133,5 @@ exports[`Verify OpenLoopModal Test the render method 1`] = `
Open
</Button>
</ModalFooter>
-</Styled(Bootstrap(Modal))>
+</Styled(Modal)>
`;