From: Grégoire Aubert Date: Mon, 6 Nov 2017 11:09:19 +0000 (+0100) Subject: SONAR-9937 Add TOS checkbox when installing an edition in the marketplace X-Git-Tag: 6.7~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=76accff06136fe38497ab843476134bb00855f34;p=sonarqube.git SONAR-9937 Add TOS checkbox when installing an edition in the marketplace --- diff --git a/server/sonar-web/src/main/js/apps/marketplace/components/LicenseEditionForm.tsx b/server/sonar-web/src/main/js/apps/marketplace/components/LicenseEditionForm.tsx index abab7c84ed4..778c63fb457 100644 --- a/server/sonar-web/src/main/js/apps/marketplace/components/LicenseEditionForm.tsx +++ b/server/sonar-web/src/main/js/apps/marketplace/components/LicenseEditionForm.tsx @@ -81,7 +81,7 @@ export default class LicenseEditionForm extends React.PureComponent {submitting && } {status && ( - -`; - -exports[`should correctly change the button based on the status 2`] = ` - -`; - -exports[`should correctly change the button based on the status 3`] = ` - -`; - exports[`should display correctly 1`] = ` marketplace.license_preview_status.NO_INSTALL.Foo

@@ -10,7 +10,7 @@ exports[`should correctly display status message after checking license 1`] = ` exports[`should correctly display status message after checking license 2`] = `

marketplace.license_preview_status.AUTOMATIC_INSTALL.Foo

@@ -18,7 +18,7 @@ exports[`should correctly display status message after checking license 2`] = ` exports[`should correctly display status message after checking license 3`] = `

marketplace.license_preview_status.MANUAL_INSTALL.Foo

@@ -52,7 +52,6 @@ exports[`should display correctly 1`] = ` value="" /> - - marketplace.i_need_a_license - + + `;