summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-06-13 10:59:51 +0100
committerPhil Hughes <me@iamphill.com>2018-06-14 15:42:55 +0100
commita2bfb820021f05a51ffaa96a3ef7cc87dc1cf6b2 (patch)
tree86ea2a10e2b55bc2fb2a5258bf88b40960787899
parent30ef25452182cb9a956f895595cf0cd4afc51c57 (diff)
downloadgitlab-ce-a2bfb820021f05a51ffaa96a3ef7cc87dc1cf6b2.tar.gz
fixed sidebar list spec
-rw-r--r--spec/javascripts/ide/components/commit_sidebar/list_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/ide/components/commit_sidebar/list_spec.js b/spec/javascripts/ide/components/commit_sidebar/list_spec.js
index b994488af87..b786be55019 100644
--- a/spec/javascripts/ide/components/commit_sidebar/list_spec.js
+++ b/spec/javascripts/ide/components/commit_sidebar/list_spec.js
@@ -43,7 +43,7 @@ describe('Multi-file editor commit sidebar list', () => {
});
it('renders list', () => {
- expect(vm.$el.querySelectorAll('li').length).toBe(1);
+ expect(vm.$el.querySelectorAll('.multi-file-commit-list > li').length).toBe(1);
});
});