]> source.dussan.org Git - sonarqube.git/blob
44df6e92f1af3644c01c77b01977dbae0382e41f
[sonarqube.git] /
1 exports[`test should match snapshot 1`] = `
2 <table
3   className="form big-spacer-bottom">
4   <thead>
5     <tr>
6       <th>
7         <h4
8           className="display-inline-block">
9           Foo
10         </h4>
11       </th>
12       <th
13         className="text-center">
14         <h4>
15           notification.channel.channel1
16         </h4>
17       </th>
18       <th
19         className="text-center">
20         <h4>
21           notification.channel.channel2
22         </h4>
23       </th>
24     </tr>
25   </thead>
26   <NotificationsList
27     channels={
28       Array [
29         "channel1",
30         "channel2",
31       ]
32     }
33     checkboxId={[Function]}
34     notifications={
35       Array [
36         Object {
37           "channel": "channel1",
38           "type": "type1",
39         },
40         Object {
41           "channel": "channel1",
42           "type": "type2",
43         },
44         Object {
45           "channel": "channel2",
46           "type": "type2",
47         },
48       ]
49     }
50     onAdd={[Function]}
51     onRemove={[Function]}
52     types={
53       Array [
54         "type1",
55         "type2",
56       ]
57     } />
58 </table>
59 `;