]> source.dussan.org Git - sonarqube.git/blob
d7a5a2f3e76fed35d91b6a67415833385abcbb2f
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should match snapshot 1`] = `
4 <table
5   className="form big-spacer-bottom"
6 >
7   <thead>
8     <tr>
9       <th>
10         <span
11           className="text-normal"
12         >
13           <Connect(Organization) />
14         </span>
15         <h4
16           className="display-inline-block"
17         >
18           <Link
19             onlyActiveOnIndex={false}
20             style={Object {}}
21             to={
22               Object {
23                 "pathname": "/dashboard",
24                 "query": Object {
25                   "branch": undefined,
26                   "id": "foo",
27                 },
28               }
29             }
30           >
31             Foo
32           </Link>
33         </h4>
34       </th>
35       <th
36         className="text-center"
37       >
38         <h4>
39           notification.channel.channel1
40         </h4>
41       </th>
42       <th
43         className="text-center"
44       >
45         <h4>
46           notification.channel.channel2
47         </h4>
48       </th>
49     </tr>
50   </thead>
51   <NotificationsList
52     channels={
53       Array [
54         "channel1",
55         "channel2",
56       ]
57     }
58     checkboxId={[Function]}
59     notifications={
60       Array [
61         Object {
62           "channel": "channel1",
63           "type": "type1",
64         },
65         Object {
66           "channel": "channel1",
67           "type": "type2",
68         },
69         Object {
70           "channel": "channel2",
71           "type": "type2",
72         },
73       ]
74     }
75     onAdd={[Function]}
76     onRemove={[Function]}
77     types={
78       Array [
79         "type1",
80         "type2",
81       ]
82     }
83   />
84 </table>
85 `;