Commit 9c4337e5 authored by Sabba Petri's avatar Sabba Petri

Fixed tests

Tests expected specific string capitalization for headers.
parent a33e615b
......@@ -7,6 +7,6 @@ class Spinach::Features::ProfileNotifications < Spinach::FeatureSteps
end
step 'I should see global notifications settings' do
page.should have_content "Notifications settings"
page.should have_content "Notifications Settings"
end
end
......@@ -3,7 +3,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
include SharedPaths
step 'I should see my profile info' do
page.should have_content "Profile settings"
page.should have_content "Profile Settings"
end
step 'I change my profile info' do
......
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