Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-10-03 17:01:02 +0300
committerPhil Hughes <me@iamphill.com>2017-10-10 12:14:22 +0300
commitd668294f28c7a54a34b6cc896953ece1c9def15d (patch)
tree0bdda11b9a5dc63bc81cf3fb333866a87845a6a1 /spec
parentfa2af5e0f5e290eff32f62c7ea9f935a6ad33967 (diff)
spec fixes
Diffstat (limited to 'spec')
-rw-r--r--spec/javascripts/integrations/integration_settings_form_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/integrations/integration_settings_form_spec.js b/spec/javascripts/integrations/integration_settings_form_spec.js
index 3daeb91b1e2..b83a4abca9a 100644
--- a/spec/javascripts/integrations/integration_settings_form_spec.js
+++ b/spec/javascripts/integrations/integration_settings_form_spec.js
@@ -181,7 +181,7 @@ describe('IntegrationSettingsForm', () => {
deferred.reject();
- expect($('.flash-container .flash-text').text()).toEqual(errorMessage);
+ expect($('.flash-container .flash-text').text().trim()).toEqual(errorMessage);
});
it('should always call `toggleSubmitBtnState` with `false` once request is completed', () => {