aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/components/dialogs/Loop/__snapshots__/OpenLoopModal.test.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'ui-react/src/components/dialogs/Loop/__snapshots__/OpenLoopModal.test.js.snap')
-rw-r--r--ui-react/src/components/dialogs/Loop/__snapshots__/OpenLoopModal.test.js.snap13
1 files changed, 3 insertions, 10 deletions
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)>
`;