Commit 5957fdc4 authored by Annabel Dunstone's avatar Annabel Dunstone

Fix profile test

parent ade0a4af
/*
* Layout
*/
$sidebar_collapsed_width: 0;
$sidebar_collapsed_width: 62px;
$sidebar_width: 90px;
$gutter_collapsed_width: 62px;
$gutter_width: 290px;
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment