From d0c1c087f4e17475b35423c6d08176b94fb182f3 Mon Sep 17 00:00:00 2001 From: Jairo Diaz Date: Fri, 7 Jan 2011 10:27:38 -0500 Subject: [PATCH] removed @wip tag in feature to avoid clash with others --- features/change_password.feature | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/features/change_password.feature b/features/change_password.feature index 990e2b9ab..d0ee0fe24 100644 --- a/features/change_password.feature +++ b/features/change_password.feature @@ -1,4 +1,4 @@ -@javascript @wip +@javascript Feature: Change password Scenario: Change my password @@ -9,12 +9,10 @@ Feature: Change password When I fill in "user_password" with "newsecret" And I fill in "user_password_confirmation" with "newsecret" And I press "Change Password" - Then I should see "Password Changed" - + Then I should see "Password Changed" And I click on my name in the header And I follow "logout" - Then I should be on the home page - + Then I should be on the home page And I sign in with password "newsecret" Then I should be on the aspects page \ No newline at end of file