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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-10 05:35:25 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-06-10 20:01:51 +0300
commit5957fdc493af72579571368d584145acf10861a1 (patch)
tree9346405e0eb23e8fc2cbc2022bd412b47d4ec0c8
parentade0a4af8b85c16f6b36bee7216a3d29c4b4be0c (diff)
Fix profile test
-rw-r--r--app/assets/stylesheets/framework/variables.scss2
-rw-r--r--features/steps/profile/profile.rb1
2 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 6f724afa9df..847b2f80bdf 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -1,7 +1,7 @@
/*
* Layout
*/
-$sidebar_collapsed_width: 0;
+$sidebar_collapsed_width: 62px;
$sidebar_width: 90px;
$gutter_collapsed_width: 62px;
$gutter_width: 290px;
diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb
index b1a87b96efd..9e5602dacf1 100644
--- a/features/steps/profile/profile.rb
+++ b/features/steps/profile/profile.rb
@@ -155,6 +155,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
end
step 'I click on my profile picture' do
+ find(:css, '.side-nav-toggle').click
find(:css, '.sidebar-user').click
end