Fix profile tests after header rename
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
35d0d774a1
commit
9e50f28ee9
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
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 "This information will appear on your profile"
|
||||
end
|
||||
|
||||
step 'I change my profile info' do
|
||||
|
|
Loading…
Reference in a new issue