1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`expands more options 1`] = `
8 className="maintenance-title text-center"
10 login.login_to_sonarqube
13 className="oauth-providers"
18 href="/sessions/init/foo"
21 "backgroundColor": "#000",
24 title="Log in with foo"
41 className="text-center"
44 className="small text-muted js-more-options"
54 exports[`expands more options 2`] = `
59 className="maintenance-title text-center"
61 login.login_to_sonarqube
64 className="oauth-providers"
69 href="/sessions/init/foo"
72 "backgroundColor": "#000",
75 title="Log in with foo"
94 <Connect(GlobalMessages) />
96 className="big-spacer-bottom"
99 className="login-label"
106 className="login-input"
110 onChange={[Function]}
118 className="big-spacer-bottom"
121 className="login-label"
127 className="login-input"
130 onChange={[Function]}
131 placeholder="password"
139 className="text-right overflow-hidden"
148 className="spacer-left"
159 exports[`logs in with identity provider 1`] = `
164 className="maintenance-title text-center"
166 login.login_to_sonarqube
169 className="oauth-providers"
174 href="/sessions/init/foo"
177 "backgroundColor": "#000",
180 title="Log in with foo"
197 className="text-center"
200 className="small text-muted js-more-options"
210 exports[`logs in with simple credentials 1`] = `
215 className="maintenance-title text-center"
217 login.login_to_sonarqube
220 onSubmit={[Function]}
222 <Connect(GlobalMessages) />
224 className="big-spacer-bottom"
227 className="login-label"
234 className="login-input"
238 onChange={[Function]}
246 className="big-spacer-bottom"
249 className="login-label"
255 className="login-input"
258 onChange={[Function]}
259 placeholder="password"
267 className="text-right overflow-hidden"
276 className="spacer-left"