]> source.dussan.org Git - sonarqube.git/blob
3d21dbbdf2a50f1ba31f2faa297d74aaecb60285
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should match snapshot 1`] = `
4 <section
5   className="boxed-group"
6 >
7   <h2>
8     my_profile.overall_notifications.title
9   </h2>
10   <div
11     className="boxed-group-inner"
12   >
13     <table
14       className="form"
15     >
16       <thead>
17         <tr>
18           <th />
19           <th
20             className="text-center"
21             key="channel1"
22           >
23             <h4>
24               notification.channel.channel1
25             </h4>
26           </th>
27           <th
28             className="text-center"
29             key="channel2"
30           >
31             <h4>
32               notification.channel.channel2
33             </h4>
34           </th>
35         </tr>
36       </thead>
37       <NotificationsList
38         channels={
39           Array [
40             "channel1",
41             "channel2",
42           ]
43         }
44         checkboxId={[Function]}
45         notifications={
46           Array [
47             Object {
48               "channel": "channel1",
49               "type": "type1",
50             },
51             Object {
52               "channel": "channel1",
53               "type": "type2",
54             },
55             Object {
56               "channel": "channel2",
57               "type": "type2",
58             },
59           ]
60         }
61         onAdd={[MockFunction]}
62         onRemove={[MockFunction]}
63         types={
64           Array [
65             "type1",
66             "type2",
67           ]
68         }
69       />
70     </table>
71   </div>
72 </section>
73 `;