1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly 1`] = `
6 className="spacer-bottom"
8 my_profile.delete_account
17 exports[`should render correctly 2`] = `
20 className="spacer-bottom"
22 my_profile.delete_account
28 <UserDeleteAccountContent
29 className="list-styled no-padding big-spacer-top big-spacer-bottom"
30 organizationsSafeToDelete={
34 "name": "Luke and Leia",
38 "name": "Luke Skywalker",
42 organizationsToTransferOrDelete={Array []}
45 className="button-red"
55 exports[`should render correctly 3`] = `
58 className="spacer-bottom"
60 my_profile.delete_account
66 <UserDeleteAccountContent
67 className="list-styled no-padding big-spacer-top big-spacer-bottom"
68 organizationsSafeToDelete={
72 "name": "Luke and Leia",
76 "name": "Luke Skywalker",
80 organizationsToTransferOrDelete={Array []}
83 className="button-red"
90 <Connect(withRouter(UserDeleteAccountModal))
91 label="my_profile.delete_account"
92 organizationsSafeToDelete={
96 "name": "Luke and Leia",
100 "name": "Luke Skywalker",
104 organizationsToTransferOrDelete={Array []}
105 toggleModal={[Function]}
108 "externalIdentity": "luke",
113 "scmAccounts": Array [],