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
diff options
context:
space:
mode:
authorTanya Pazitny <tpazitny@gitlab.com>2019-07-29 22:18:54 +0300
committerMayra Cabrera <mcabrera@gitlab.com>2019-07-29 22:18:54 +0300
commita0a3e29982019d8114d9d0f0f8f721b4d85f5026 (patch)
tree72f669150e75f78d36415335b1312b6157518331 /app/views/shared
parentb6b9ccbb335950342589d450ad794a02da045a8a (diff)
Change qa-* class references to rspec-* in spec/features/contextual_sidebar_spec.rb
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_sidebar_toggle_button.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_sidebar_toggle_button.html.haml b/app/views/shared/_sidebar_toggle_button.html.haml
index d499bc0a253..c7546073e5c 100644
--- a/app/views/shared/_sidebar_toggle_button.html.haml
+++ b/app/views/shared/_sidebar_toggle_button.html.haml
@@ -1,4 +1,4 @@
-%a.toggle-sidebar-button.js-toggle-sidebar.qa-toggle-sidebar{ role: "button", type: "button", title: "Toggle sidebar" }
+%a.toggle-sidebar-button.js-toggle-sidebar.qa-toggle-sidebar.rspec-toggle-sidebar{ role: "button", type: "button", title: "Toggle sidebar" }
= sprite_icon('angle-double-left', css_class: 'icon-angle-double-left')
= sprite_icon('angle-double-right', css_class: 'icon-angle-double-right')
%span.collapse-text= _("Collapse sidebar")