]> source.dussan.org Git - sonarqube.git/blob
6378ecc8307709f4347d02e833bb13ac623b5dfb
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should edit members 1`] = `
4 <Fragment>
5   <ButtonIcon
6     aria-label="groups.users.edit.Foo"
7     className="button-small little-spacer-left little-padded"
8     onClick={[Function]}
9     title="groups.users.edit.Foo"
10   >
11     <BulletListIcon />
12   </ButtonIcon>
13 </Fragment>
14 `;
15
16 exports[`should edit members 2`] = `
17 <Fragment>
18   <ButtonIcon
19     aria-label="groups.users.edit.Foo"
20     className="button-small little-spacer-left little-padded"
21     onClick={[Function]}
22     title="groups.users.edit.Foo"
23   >
24     <BulletListIcon />
25   </ButtonIcon>
26   <EditMembersModal
27     group={
28       {
29         "managed": false,
30         "membersCount": 5,
31         "name": "Foo",
32       }
33     }
34     onClose={[Function]}
35   />
36 </Fragment>
37 `;
38
39 exports[`should edit members 3`] = `
40 <Fragment>
41   <ButtonIcon
42     aria-label="groups.users.edit.Foo"
43     className="button-small little-spacer-left little-padded"
44     onClick={[Function]}
45     title="groups.users.edit.Foo"
46   >
47     <BulletListIcon />
48   </ButtonIcon>
49 </Fragment>
50 `;