]> source.dussan.org Git - sonarqube.git/blob
64487bc4c386a41e9cad9678d1dac434d0c2740b
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly: default 1`] = `
4 <DismissableAlert
5   alertKey="new_minor_version9.1"
6   className="promote-update-notification it__upgrade-prompt-new_minor_version"
7   variant="info"
8 >
9   admin_notification.update.new_minor_version
10   <SystemUpgradeButton
11     latestLTS="8.9"
12     systemUpgrades={
13       [
14         {
15           "changeLogUrl": "changelogurl",
16           "description": "Version 5.6.7 description",
17           "downloadUrl": "downloadurl",
18           "releaseDate": "2017-03-01",
19           "version": "9.1",
20         },
21       ]
22     }
23     updateUseCase="new_minor_version"
24   />
25 </DismissableAlert>
26 `;