diff --git a/features/closes_account.feature b/features/closes_account.feature index 4b5204752..647edf215 100644 --- a/features/closes_account.feature +++ b/features/closes_account.feature @@ -16,7 +16,7 @@ Feature: Close Account When I try to sign in manually Then I should be on the new user session page When I wait for the ajax to finish - Then I should see "Your account is locked." + Then I should see "Invalid email or password" Scenario: post display should not throw error when mention is removed for the user whose account is closed Given a user named "Bob Jones" with email "bob@bob.bob" diff --git a/features/connects_users.feature b/features/connects_users.feature index 4faee4641..0342a0048 100644 --- a/features/connects_users.feature +++ b/features/connects_users.feature @@ -73,7 +73,7 @@ Feature: following and being followed And I wait for the ajax to finish And I fill in "Name" with "Super People" in the modal window - And I press "aspect_submit" in the modal window + And I press "Create" in the modal window And I wait for the ajax to finish When I go to the home page