]> source.dussan.org Git - sonarqube.git/blob
0384a6cc607a0998ae7c9f9024823c0a58b364c6
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly: default 1`] = `
4 <Fragment>
5   <Step
6     finished={false}
7     onOpen={[Function]}
8     open={true}
9     renderForm={[Function]}
10     stepNumber={1}
11     stepTitle="onboarding.tutorial.with.bitbucket_pipelines.create_secret.title"
12   />
13   <Step
14     finished={false}
15     onOpen={[Function]}
16     open={false}
17     renderForm={[Function]}
18     stepNumber={2}
19     stepTitle="onboarding.tutorial.with.bitbucket_pipelines.yaml.title"
20   />
21   <AllSetStep
22     alm="github"
23     open={false}
24     stepNumber={3}
25     willRefreshAutomatically={true}
26   />
27 </Fragment>
28 `;
29
30 exports[`should render correctly: no binding 1`] = `
31 <Fragment>
32   <Step
33     finished={false}
34     onOpen={[Function]}
35     open={true}
36     renderForm={[Function]}
37     stepNumber={1}
38     stepTitle="onboarding.tutorial.with.bitbucket_pipelines.create_secret.title"
39   />
40   <Step
41     finished={false}
42     onOpen={[Function]}
43     open={false}
44     renderForm={[Function]}
45     stepNumber={2}
46     stepTitle="onboarding.tutorial.with.bitbucket_pipelines.yaml.title"
47   />
48   <AllSetStep
49     alm="bitbucketcloud"
50     open={false}
51     stepNumber={3}
52     willRefreshAutomatically={true}
53   />
54 </Fragment>
55 `;
56
57 exports[`should render correctly: repo variable step content 1`] = `
58 <RepositoryVariables
59   almBinding={
60     Object {
61       "alm": "github",
62       "key": "key",
63     }
64   }
65   baseUrl="test"
66   component={
67     Object {
68       "breadcrumbs": Array [],
69       "key": "my-project",
70       "name": "MyProject",
71       "qualifier": "TRK",
72       "qualityGate": Object {
73         "isDefault": true,
74         "key": "30",
75         "name": "Sonar way",
76       },
77       "qualityProfiles": Array [
78         Object {
79           "deleted": false,
80           "key": "my-qp",
81           "language": "ts",
82           "name": "Sonar way",
83         },
84       ],
85       "tags": Array [],
86     }
87   }
88   currentUser={
89     Object {
90       "groups": Array [],
91       "isLoggedIn": true,
92       "login": "luke",
93       "name": "Skywalker",
94       "scmAccounts": Array [],
95     }
96   }
97   onDone={[Function]}
98   projectBinding={
99     Object {
100       "alm": "bitbucketcloud",
101       "key": "foo",
102       "monorepo": true,
103       "repository": "repo-slug",
104     }
105   }
106 />
107 `;
108
109 exports[`should render correctly: yaml file step content 1`] = `
110 <withCLanguageFeature(YamlFileStep)>
111   [Function]
112 </withCLanguageFeature(YamlFileStep)>
113 `;