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:
authorMartin Wortschack <mwortschack@gitlab.com>2019-01-21 15:39:11 +0300
committerPhil Hughes <me@iamphill.com>2019-01-21 15:39:11 +0300
commit51a9c5492388a95ac82292333d068c6d1bab9d64 (patch)
treee327400732da6e33ce9fad97f4a3b0d1b32fc138 /spec
parent466a77517bde33614deb6f1d5583147c3b76b713 (diff)
Resolve "Admin Settings: Cannot read property 'addEventListener' of null"
Diffstat (limited to 'spec')
-rw-r--r--spec/javascripts/test_bundle.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/javascripts/test_bundle.js b/spec/javascripts/test_bundle.js
index 96c0844f83c..547379dabed 100644
--- a/spec/javascripts/test_bundle.js
+++ b/spec/javascripts/test_bundle.js
@@ -187,6 +187,7 @@ if (process.env.BABEL_ENV === 'coverage') {
'./terminal/terminal_bundle.js',
'./users/users_bundle.js',
'./issue_show/index.js',
+ './pages/admin/application_settings/show/index.js',
];
describe('Uncovered files', function() {