Skip to content

Commit

Permalink
feat: #2011 update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuong Vu committed Jul 16, 2020
1 parent 7c9849c commit 9519776
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`appointment-detail-modal AppointmentDetailModal should match snapshot 1`] = `
<Memo()
<Component
destroyOnClose={true}
footer={
<Unknown
Expand Down Expand Up @@ -341,11 +341,11 @@ exports[`appointment-detail-modal AppointmentDetailModal should match snapshot 1
isShowConfirmModal={false}
setIsShowConfirmModal={[Function]}
/>
</Memo()>
</Component>
`;

exports[`appointment-detail-modal AppointmentDetailModal should match snapshot 2`] = `
<Memo()
<Component
destroyOnClose={true}
footer={
<Unknown
Expand Down Expand Up @@ -685,7 +685,7 @@ exports[`appointment-detail-modal AppointmentDetailModal should match snapshot 2
isShowConfirmModal={false}
setIsShowConfirmModal={[Function]}
/>
</Memo()>
</Component>
`;

exports[`appointment-detail-modal CancelConfirmModal should match snapshot 1`] = `
Expand Down Expand Up @@ -9159,7 +9159,7 @@ mutation UPDATE_APPOINTMENT_BY_ID($id: String!, $cancelled: Boolean $_eTag: Stri
isShowConfirmModal={true}
setIsShowConfirmModal={[MockFunction]}
>
<Memo()
<Component
destroyOnClose={true}
onClose={[Function]}
visible={true}
Expand Down Expand Up @@ -9437,7 +9437,7 @@ mutation UPDATE_APPOINTMENT_BY_ID($id: String!, $cancelled: Boolean $_eTag: Stri
</Portal>
</PortalWrapper>
</Component>
</Memo()>
</Component>
</Component>
</ApolloProvider>
</MockedProvider>
Expand Down Expand Up @@ -9844,7 +9844,7 @@ exports[`appointment-detail-modal CancelConfirmModal should match snapshot 2`] =
isShowConfirmModal={true}
setIsShowConfirmModal={[MockFunction]}
>
<Memo()
<Component
destroyOnClose={true}
onClose={[Function]}
visible={true}
Expand Down Expand Up @@ -10122,7 +10122,7 @@ exports[`appointment-detail-modal CancelConfirmModal should match snapshot 2`] =
</Portal>
</PortalWrapper>
</Component>
</Memo()>
</Component>
</Component>
</ApolloProvider>
</MockedProvider>
Expand Down Expand Up @@ -18599,7 +18599,7 @@ mutation UPDATE_APPOINTMENT_BY_ID($id: String!, $cancelled: Boolean $_eTag: Stri
isShowConfirmModal={false}
setIsShowConfirmModal={[MockFunction]}
>
<Memo()
<Component
destroyOnClose={true}
onClose={[Function]}
visible={false}
Expand All @@ -18615,7 +18615,7 @@ mutation UPDATE_APPOINTMENT_BY_ID($id: String!, $cancelled: Boolean $_eTag: Stri
visible={false}
/>
</Component>
</Memo()>
</Component>
</Component>
</ApolloProvider>
</MockedProvider>
Expand Down Expand Up @@ -19022,7 +19022,7 @@ exports[`appointment-detail-modal CancelConfirmModal should match snapshot 4`] =
isShowConfirmModal={false}
setIsShowConfirmModal={[MockFunction]}
>
<Memo()
<Component
destroyOnClose={true}
onClose={[Function]}
visible={false}
Expand All @@ -19038,7 +19038,7 @@ exports[`appointment-detail-modal CancelConfirmModal should match snapshot 4`] =
visible={false}
/>
</Component>
</Memo()>
</Component>
</Component>
</ApolloProvider>
</MockedProvider>
Expand Down

0 comments on commit 9519776

Please sign in to comment.