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-08-09 17:32:56 +0300
committerPhil Hughes <me@iamphill.com>2017-08-09 17:32:56 +0300
commitdd3e7202abdf5b438e4cc9c65c50622e817dc459 (patch)
tree67f9a3d5207426c204c95d7b6cdf75036d5153e0 /spec
parent1f51acc4dafa33483d047911030c0ee809ecb982 (diff)
Removed display styles when hiding the fly out navigation
Closes #36224
Diffstat (limited to 'spec')
-rw-r--r--spec/javascripts/fly_out_nav_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/fly_out_nav_spec.js b/spec/javascripts/fly_out_nav_spec.js
index ea2a4caffaf..d7b7acaa3f4 100644
--- a/spec/javascripts/fly_out_nav_spec.js
+++ b/spec/javascripts/fly_out_nav_spec.js
@@ -59,7 +59,7 @@ describe('Fly out sidebar navigation', () => {
expect(
el.querySelector('.sidebar-sub-level-items').style.display,
- ).toBe('none');
+ ).toBe('');
});
it('does not hude subitems on mobile', () => {