]> source.dussan.org Git - sonarqube.git/blob
499fed7e30fe9ab1908fd2c764c3120bb7362f76
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <tr>
5   <td>
6     <Tooltip
7       overlay="foo"
8     >
9       <span>
10         foo
11       </span>
12     </Tooltip>
13   </td>
14   <td
15     className="nowrap"
16   >
17     <DateFromNowHourPrecision
18       date="2019-01-18T15:06:33+0100"
19     />
20   </td>
21   <td
22     className="thin nowrap text-right"
23   >
24     <DateFormatter
25       date="2019-01-15T15:06:33+0100"
26       long={true}
27     />
28   </td>
29   <td
30     className="thin nowrap text-right"
31   >
32     <DeferredSpinner
33       loading={false}
34       timeout={100}
35     >
36       <i
37         className="spinner-placeholder"
38       />
39     </DeferredSpinner>
40     <Button
41       className="button-red input-small spacer-left"
42       disabled={false}
43       onClick={[Function]}
44     >
45       users.tokens.revoke
46     </Button>
47   </td>
48 </tr>
49 `;
50
51 exports[`should revoke the token 1`] = `
52 <Button
53   className="button-red input-small spacer-left"
54   disabled={false}
55   onClick={[Function]}
56 >
57   users.tokens.revoke
58 </Button>
59 `;
60
61 exports[`should revoke the token 2`] = `
62 <Button
63   className="button-red input-small spacer-left"
64   disabled={false}
65   onClick={[Function]}
66 >
67   users.tokens.sure
68 </Button>
69 `;