]> source.dussan.org Git - sonarqube.git/blob
faff753d49bc59ebaf10957f8c25507452f6b781
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render modal properly 1`] = `
4 <Modal
5   contentLabel="users.update"
6   onRequestClose={[MockFunction]}
7 >
8   <header
9     className="modal-head"
10   >
11     <h2>
12       users.update
13     </h2>
14   </header>
15   <div
16     className="modal-body"
17   >
18     <DeferredSpinner
19       loading={false}
20       timeout={100}
21     >
22       <SelectList
23         elements={
24           Array [
25             "foo",
26           ]
27         }
28         needReload={false}
29         onLoadMore={[Function]}
30         onReload={[Function]}
31         onSearch={[Function]}
32         onSelect={[Function]}
33         onUnselect={[Function]}
34         renderElement={[Function]}
35         selectedElements={
36           Array [
37             "foo",
38           ]
39         }
40       />
41     </DeferredSpinner>
42   </div>
43   <footer
44     className="modal-foot"
45   >
46     <ResetButtonLink
47       onClick={[MockFunction]}
48     >
49       Done
50     </ResetButtonLink>
51   </footer>
52 </Modal>
53 `;