Commit 73af7178 authored by kushalpandya's avatar kushalpandya Committed by Jarka Kadlecova

Update as per review

parent dc3de71f
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
= render 'shared/service_settings', form: form, subject: @service = render 'shared/service_settings', form: form, subject: @service
.footer-block.row-content-block .footer-block.row-content-block
%button.btn.btn-save{ type: 'submit' } %button.btn.btn-save{ type: 'submit' }
%i.fa.fa-spinner.fa-spin.hidden.js-btn-spinner{ "aria-hidden" => true } = icon('spinner spin', class: 'hidden js-btn-spinner')
%span.js-btn-label %span.js-btn-label
Save changes Save changes
   
......
...@@ -77,7 +77,6 @@ describe('IntegrationSettingsForm', () => { ...@@ -77,7 +77,6 @@ describe('IntegrationSettingsForm', () => {
integrationSettingsForm.toggleSubmitBtnLabel(true); integrationSettingsForm.toggleSubmitBtnLabel(true);
expect(integrationSettingsForm.$submitBtnLabel.text()).toEqual('Save changes'); expect(integrationSettingsForm.$submitBtnLabel.text()).toEqual('Save changes');
integrationSettingsForm.canTestService = true; integrationSettingsForm.canTestService = true;
integrationSettingsForm.toggleSubmitBtnLabel(false); integrationSettingsForm.toggleSubmitBtnLabel(false);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment