1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly 1`] = `
5 className="oauth-providers"
12 "backgroundColor": "#000",
13 "iconPath": "/some/path",
25 "backgroundColor": "#00F",
26 "helpMessage": "Help message!",
27 "iconPath": "/icon/path",
39 exports[`should render correctly 2`] = `
42 backgroundColor="#000"
45 url="/sessions/init/foo?return_to="
48 login.login_with_x.Foo
50 </IdentityProviderLink>
54 exports[`should render correctly 3`] = `
57 backgroundColor="#00F"
60 url="/sessions/init/bar?return_to="
63 login.login_with_x.Bar
65 </IdentityProviderLink>
67 className="oauth-providers-help"
68 overlay="Help message!"
73 exports[`should use the custom label formatter 1`] = `
76 backgroundColor="#000"
79 url="/sessions/init/foo?return_to="
84 </IdentityProviderLink>