summaryrefslogtreecommitdiff
path: root/spec/javascripts/integrations
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-10-17 02:21:28 -0500
committerMike Greiling <mike@pixelcog.com>2018-10-17 11:18:17 -0500
commit7a3e605350fd501661d2cd0fe72440bf0773f4b7 (patch)
tree39d10a87baf9e80082ede3ff414e6c9ed9fc5c1b /spec/javascripts/integrations
parent024c31fe79b0e4026c9bff0802424efe6e127a4c (diff)
downloadgitlab-ce-7a3e605350fd501661d2cd0fe72440bf0773f4b7.tar.gz
Resolve eslint violations
Diffstat (limited to 'spec/javascripts/integrations')
-rw-r--r--spec/javascripts/integrations/integration_settings_form_spec.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/javascripts/integrations/integration_settings_form_spec.js b/spec/javascripts/integrations/integration_settings_form_spec.js
index 9a1b2e6b7f4..4f4c9a7b463 100644
--- a/spec/javascripts/integrations/integration_settings_form_spec.js
+++ b/spec/javascripts/integrations/integration_settings_form_spec.js
@@ -164,6 +164,7 @@ describe('IntegrationSettingsForm', () => {
.text()
.trim(),
).toEqual('Test failed. some error');
+
expect($flashContainer.find('.flash-action')).toBeDefined();
expect(
$flashContainer
@@ -197,6 +198,7 @@ describe('IntegrationSettingsForm', () => {
.text()
.trim(),
).toEqual('Validations failed. some error');
+
expect($flashContainer.find('.flash-action')).toBeDefined();
expect(
$flashContainer