Commit f3d5b565d50e1bb13644c30275f5e4aba2276d39

Authored by Dmitriy Zaporozhets
1 parent 2293cb10

fix profile tests

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
features/steps/profile/profile.rb
@@ -85,7 +85,7 @@ class Profile &lt; Spinach::FeatureSteps @@ -85,7 +85,7 @@ class Profile &lt; Spinach::FeatureSteps
85 end 85 end
86 86
87 step "I should see a password error message" do 87 step "I should see a password error message" do
88 - page.should have_content "Password doesn't match confirmation" 88 + page.should have_content "Password confirmation doesn't match"
89 end 89 end
90 90
91 step 'I reset my token' do 91 step 'I reset my token' do