]> source.dussan.org Git - sonarqube.git/blob
b00cbcea9be26f5af7e451de916a598b2974c9c8
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Fragment>
5   <ActionsDropdown
6     label="users.manage_user.obi"
7   >
8     <ActionsDropdownItem
9       className="js-user-update"
10       onClick={[Function]}
11     >
12       update_details
13     </ActionsDropdownItem>
14     <ActionsDropdownDivider />
15     <ActionsDropdownItem
16       className="js-user-deactivate"
17       destructive={true}
18       onClick={[Function]}
19     >
20       users.deactivate
21     </ActionsDropdownItem>
22   </ActionsDropdown>
23 </Fragment>
24 `;