]> source.dussan.org Git - sonarqube.git/blob
f5806c7f719953199e05c01b4e403988cc571423
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should display the deliveries form 1`] = `
4 <Fragment>
5   <ActionsDropdown
6     className="big-spacer-left"
7   >
8     <ActionsDropdownItem
9       className="js-webhook-update"
10       onClick={[Function]}
11     >
12       update_verb
13     </ActionsDropdownItem>
14     <ActionsDropdownItem
15       className="js-webhook-deliveries"
16       onClick={[Function]}
17     >
18       webhooks.deliveries.show
19     </ActionsDropdownItem>
20     <ActionsDropdownDivider />
21     <ActionsDropdownItem
22       className="js-webhook-delete"
23       destructive={true}
24       onClick={[Function]}
25     >
26       delete
27     </ActionsDropdownItem>
28   </ActionsDropdown>
29 </Fragment>
30 `;
31
32 exports[`should render correctly 1`] = `
33 <Fragment>
34   <ActionsDropdown
35     className="big-spacer-left"
36   >
37     <ActionsDropdownItem
38       className="js-webhook-update"
39       onClick={[Function]}
40     >
41       update_verb
42     </ActionsDropdownItem>
43     <ActionsDropdownDivider />
44     <ActionsDropdownItem
45       className="js-webhook-delete"
46       destructive={true}
47       onClick={[Function]}
48     >
49       delete
50     </ActionsDropdownItem>
51   </ActionsDropdown>
52 </Fragment>
53 `;