]> source.dussan.org Git - sonarqube.git/blob
1403f55f7277ed12d9f2419094c4581433e6d8d7
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly: admin is not using the default password 1`] = `
4 <ChangeAdminPasswordAppRenderer
5   confirmPasswordValue=""
6   location={
7     Object {
8       "hash": "",
9       "key": "key",
10       "pathname": "/path",
11       "query": Object {},
12       "search": "",
13       "state": Object {},
14     }
15   }
16   onConfirmPasswordChange={[Function]}
17   onPasswordChange={[Function]}
18   onSubmit={[Function]}
19   passwordValue=""
20   submitting={false}
21   success={true}
22 />
23 `;
24
25 exports[`should render correctly: default 1`] = `
26 <ChangeAdminPasswordAppRenderer
27   canAdmin={true}
28   confirmPasswordValue=""
29   location={
30     Object {
31       "hash": "",
32       "key": "key",
33       "pathname": "/path",
34       "query": Object {},
35       "search": "",
36       "state": Object {},
37     }
38   }
39   onConfirmPasswordChange={[Function]}
40   onPasswordChange={[Function]}
41   onSubmit={[Function]}
42   passwordValue=""
43   submitting={false}
44   success={false}
45 />
46 `;