]> source.dussan.org Git - sonarqube.git/blob
b7363c4bb3e2798b5750de47767114fdcaa68b1b
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly: default 1`] = `
4 <Fragment>
5   <hr
6     className="big-spacer-top big-spacer-bottom"
7   />
8   <p>
9     <strong>
10       onboarding.analysis.auto_refresh_after_analysis.done
11     </strong>
12      
13     onboarding.analysis.auto_refresh_after_analysis.auto_refresh
14   </p>
15   <p
16     className="big-spacer-top"
17   >
18     onboarding.analysis.auto_refresh_after_analysis.set_up_pr_deco_and_ci
19   </p>
20   <p
21     className="big-spacer-top"
22   >
23     <FormattedMessage
24       defaultMessage="onboarding.analysis.auto_refresh_after_analysis.check_these_links"
25       id="onboarding.analysis.auto_refresh_after_analysis.check_these_links"
26       values={
27         {
28           "link_branches": <withAppStateContext(DocLink)
29             to="/analyzing-source-code/branches/branch-analysis/"
30           >
31             onboarding.analysis.auto_refresh_after_analysis.check_these_links.branches
32           </withAppStateContext(DocLink)>,
33           "link_pr_analysis": <withAppStateContext(DocLink)
34             to="/analyzing-source-code/pull-request-analysis"
35           >
36             onboarding.analysis.auto_refresh_after_analysis.check_these_links.pr_analysis
37           </withAppStateContext(DocLink)>,
38         }
39       }
40     />
41   </p>
42 </Fragment>
43 `;
44
45 exports[`should render correctly: project admin 1`] = `
46 <Fragment>
47   <hr
48     className="big-spacer-top big-spacer-bottom"
49   />
50   <p>
51     <strong>
52       onboarding.analysis.auto_refresh_after_analysis.done
53     </strong>
54      
55     onboarding.analysis.auto_refresh_after_analysis.auto_refresh
56   </p>
57   <p
58     className="big-spacer-top"
59   >
60     onboarding.analysis.auto_refresh_after_analysis.set_up_pr_deco_and_ci.admin
61   </p>
62   <p
63     className="big-spacer-top"
64   >
65     <FormattedMessage
66       defaultMessage="onboarding.analysis.auto_refresh_after_analysis.check_these_links"
67       id="onboarding.analysis.auto_refresh_after_analysis.check_these_links"
68       values={
69         {
70           "link_branches": <withAppStateContext(DocLink)
71             to="/analyzing-source-code/branches/branch-analysis/"
72           >
73             onboarding.analysis.auto_refresh_after_analysis.check_these_links.branches
74           </withAppStateContext(DocLink)>,
75           "link_pr_analysis": <withAppStateContext(DocLink)
76             to="/analyzing-source-code/pull-request-analysis"
77           >
78             onboarding.analysis.auto_refresh_after_analysis.check_these_links.pr_analysis
79           </withAppStateContext(DocLink)>,
80         }
81       }
82     />
83   </p>
84 </Fragment>
85 `;