Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Hansen <bbq@joindiaspora.com>2011-07-27 08:55:52 +0400
committerDan Hansen <bbq@joindiaspora.com>2011-07-27 08:55:52 +0400
commite8bde11a92a17eb9578762589be30511f7f07c70 (patch)
tree6d840104bd2d9bab064d0af7e5cbec5cc6952730 /features
parentd94f806a50aa505aaff18ed44f3341dad26518d4 (diff)
fix failing features
Diffstat (limited to 'features')
-rw-r--r--features/change_email.feature4
-rw-r--r--features/change_password.feature4
-rw-r--r--features/repost.feature2
3 files changed, 5 insertions, 5 deletions
diff --git a/features/change_email.feature b/features/change_email.feature
index d81f4d0e8..14b6d5bbe 100644
--- a/features/change_email.feature
+++ b/features/change_email.feature
@@ -7,8 +7,8 @@ Feature: Change email
And I follow "settings"
Then I should be on my account settings page
When I fill in "user_email" with "new_email@newplac.es"
- And I press "Change E-Mail"
- Then I should see "E-Mail Changed"
+ And I press "Change email"
+ Then I should see "Email changed"
And I follow the "confirm_email" link from the last sent email
Then I should see "activated"
And my "email" should be "new_email@newplac.es"
diff --git a/features/change_password.feature b/features/change_password.feature
index 4a44797b5..aef13d451 100644
--- a/features/change_password.feature
+++ b/features/change_password.feature
@@ -9,8 +9,8 @@ Feature: Change password
When I put in my password in "user_current_password"
And 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"
+ And I press "Change password"
+ Then I should see "Password changed"
Then I should be on the new user session page
When I sign in with password "newsecret"
Then I should be on the aspects page
diff --git a/features/repost.feature b/features/repost.feature
index 39567dc9f..0c9251d01 100644
--- a/features/repost.feature
+++ b/features/repost.feature
@@ -93,6 +93,6 @@ Feature: public repost
And I should see "Bob"
And I go to the home page
- And I should see "1 Reshare"
+ And I should see "1 reshare"
Scenario: Can have text