MS DG; fix cukes and stuff

This commit is contained in:
danielgrippi 2012-03-21 12:41:37 -07:00
parent 0883ce1dbb
commit def5b81fbf
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ Feature: Close Account
When I try to sign in manually When I try to sign in manually
Then I should be on the new user session page Then I should be on the new user session page
When I wait for the ajax to finish 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 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" Given a user named "Bob Jones" with email "bob@bob.bob"

View file

@ -73,7 +73,7 @@ Feature: following and being followed
And I wait for the ajax to finish And I wait for the ajax to finish
And I fill in "Name" with "Super People" in the modal window 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 And I wait for the ajax to finish
When I go to the home page When I go to the home page