]> source.dussan.org Git - sonarqube.git/blob
d0e3ac5b4f86529a9827eb9cb1aa70814130c35d
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders 1`] = `
4 <tr>
5   <td
6     className="thin"
7   >
8     <Checkbox
9       checked={true}
10       onCheck={[Function]}
11       thirdState={false}
12     />
13   </td>
14   <td
15     className="nowrap"
16   >
17     <Link
18       className="link-with-icon"
19       onlyActiveOnIndex={false}
20       style={Object {}}
21       to={
22         Object {
23           "pathname": "/dashboard",
24           "query": Object {
25             "id": "project",
26           },
27         }
28       }
29     >
30       <QualifierIcon
31         qualifier="TRK"
32       />
33        
34       <span>
35         Project
36       </span>
37     </Link>
38   </td>
39   <td
40     className="thin nowrap"
41   >
42     <PrivateBadge />
43   </td>
44   <td
45     className="nowrap"
46   >
47     <span
48       className="note"
49     >
50       project
51     </span>
52   </td>
53   <td
54     className="thin nowrap text-right"
55   >
56     <span
57       className="note"
58     >
59       —
60     </span>
61   </td>
62   <td
63     className="thin nowrap"
64   >
65     <div
66       className="dropdown"
67     >
68       <button
69         className="dropdown-toggle"
70         data-toggle="dropdown"
71       >
72         actions
73          
74         <i
75           className="icon-dropdown"
76         />
77       </button>
78       <ul
79         className="dropdown-menu dropdown-menu-right"
80       >
81         <li>
82           <Link
83             onlyActiveOnIndex={false}
84             style={Object {}}
85             to={
86               Object {
87                 "pathname": "/project_roles",
88                 "query": Object {
89                   "id": "project",
90                 },
91               }
92             }
93           >
94             edit_permissions
95           </Link>
96         </li>
97         <li>
98           <a
99             className="js-apply-template"
100             href="#"
101             onClick={[Function]}
102           >
103             projects_role.apply_template
104           </a>
105         </li>
106       </ul>
107     </div>
108   </td>
109 </tr>
110 `;
111
112 exports[`renders 2`] = `
113 <tr>
114   <td
115     className="thin"
116   >
117     <Checkbox
118       checked={true}
119       onCheck={[Function]}
120       thirdState={false}
121     />
122   </td>
123   <td
124     className="nowrap"
125   >
126     <Link
127       className="link-with-icon"
128       onlyActiveOnIndex={false}
129       style={Object {}}
130       to={
131         Object {
132           "pathname": "/dashboard",
133           "query": Object {
134             "id": "project",
135           },
136         }
137       }
138     >
139       <QualifierIcon
140         qualifier="TRK"
141       />
142        
143       <span>
144         Project
145       </span>
146     </Link>
147   </td>
148   <td
149     className="thin nowrap"
150   >
151     <PrivateBadge />
152   </td>
153   <td
154     className="nowrap"
155   >
156     <span
157       className="note"
158     >
159       project
160     </span>
161   </td>
162   <td
163     className="thin nowrap text-right"
164   >
165     <DateTooltipFormatter
166       date="2017-04-08T00:00:00.000Z"
167     />
168   </td>
169   <td
170     className="thin nowrap"
171   >
172     <div
173       className="dropdown"
174     >
175       <button
176         className="dropdown-toggle"
177         data-toggle="dropdown"
178       >
179         actions
180          
181         <i
182           className="icon-dropdown"
183         />
184       </button>
185       <ul
186         className="dropdown-menu dropdown-menu-right"
187       >
188         <li>
189           <Link
190             onlyActiveOnIndex={false}
191             style={Object {}}
192             to={
193               Object {
194                 "pathname": "/project_roles",
195                 "query": Object {
196                   "id": "project",
197                 },
198               }
199             }
200           >
201             edit_permissions
202           </Link>
203         </li>
204         <li>
205           <a
206             className="js-apply-template"
207             href="#"
208             onClick={[Function]}
209           >
210             projects_role.apply_template
211           </a>
212         </li>
213       </ul>
214     </div>
215   </td>
216 </tr>
217 `;