fix notification cuke

This commit is contained in:
Dennis Collinson 2012-03-27 16:07:42 -07:00
parent 09f40c8684
commit 9550082a94

View file

@ -64,13 +64,10 @@ Feature: Notifications
And I focus the comment field And I focus the comment field
And I fill in "text" with "great post!" And I fill in "text" with "great post!"
And I press "Comment" And I press "Comment"
And I wait for the ajax to finish
And I go to the destroy user session page And I go to the destroy user session page
When I sign in as "alice@alice.alice" When I sign in as "alice@alice.alice"
And I follow "Notifications" in the header And I follow "Notifications" in the header
And I wait for the ajax to finish
Then the notification dropdown should be visible Then the notification dropdown should be visible
And I wait for the ajax to finish
Then I should see "commented on your post" Then I should see "commented on your post"
And I should have 1 email delivery And I should have 1 email delivery