Commit 75e952c4e6d757ce775f18152d9031e83377c7fc

Authored by Heitor
Committed by Rafael Manzo
1 parent f455c046

Fixing user update acceptance test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
features/users/user_update.feature
... ... @@ -12,5 +12,5 @@ Feature: User update
12 12 And I fill the Name field with "Rafael Manzo"
13 13 And I fill the Current password field with "password"
14 14 And I press the Update button
15   - Then I should see "You updated your account successfully"
  15 + Then I should see "Your account has been updated successfully"
16 16 And my name should have changed to Rafael Manzo
... ...