Fix profile test

This commit is contained in:
Annabel Dunstone 2016-06-09 21:35:25 -05:00
parent ade0a4af8b
commit 5957fdc493
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/*
* Layout
*/
$sidebar_collapsed_width: 0;
$sidebar_collapsed_width: 62px;
$sidebar_width: 90px;
$gutter_collapsed_width: 62px;
$gutter_width: 290px;

View File

@ -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