diff options
author | 2020-04-01 10:01:12 +0000 | |
---|---|---|
committer | 2020-04-01 10:01:12 +0000 | |
commit | 99f15c6328f77649ccfc7b1b790c98385754fd6a (patch) | |
tree | ec21110a190c391d5f28384f1512287687d92fed /ui-react/src/components/dialogs/Loop/__snapshots__ | |
parent | 1eafc9448d24f5b0eda40f62566bdf93cc4f5a6e (diff) | |
parent | 3173d554371bae1eefafc69b2bc9da5543510dd5 (diff) |
Merge "Update template menu UI"
Diffstat (limited to 'ui-react/src/components/dialogs/Loop/__snapshots__')
-rw-r--r-- | ui-react/src/components/dialogs/Loop/__snapshots__/OpenLoopModal.test.js.snap | 14 |
1 files changed, 13 insertions, 1 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 9e722241..1aa0b5ae 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 @@ -4,7 +4,7 @@ exports[`Verify OpenLoopModal Test the render method 1`] = ` <Styled(Bootstrap(Modal)) onHide={[Function]} show={true} - size="lg" + size="xl" > <ModalHeader closeButton={true} @@ -47,6 +47,18 @@ exports[`Verify OpenLoopModal Test the render method 1`] = ` </Col> </FormGroup> <FormGroup + controlId="formPlaintextEmail" + > + <styled.div + dangerouslySetInnerHTML={ + Object { + "__html": "", + } + } + value="" + /> + </FormGroup> + <FormGroup controlId="formBasicChecbox" > <FormCheck |