]> source.dussan.org Git - sonarqube.git/blob
2945b6df9327ce50a687a4f103bb8cc95978f6ce
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <header
5   className="page-header"
6 >
7   <h1
8     className="page-title"
9   >
10     system_info.page
11   </h1>
12   <PageActions
13     canDownloadLogs={false}
14     canRestart={false}
15     cluster={true}
16     logLevel="INFO"
17   />
18 </header>
19 `;
20
21 exports[`should show a loading spinner and no actions 1`] = `
22 <header
23   className="page-header"
24 >
25   <h1
26     className="page-title"
27   >
28     system_info.page
29   </h1>
30   <div
31     className="page-actions"
32   >
33     <i
34       className="spinner"
35     />
36   </div>
37 </header>
38 `;