fixed cucumber

This commit is contained in:
MrZYX 2011-03-20 18:35:42 +01:00
parent b0ba35274e
commit 495465f3a4

View file

@ -25,8 +25,8 @@ Feature: commenting
And I am on "alice@alice.alice"'s page
Then I should see "Look at this dog"
When I focus the comment field
And I fill in "Comment" with "is that a poodle?"
And I press "Comment"
And I fill in "comment" with "is that a poodle?"
And I press "comment"
Then I should see "is that a poodle?" within "li.comment div.content"
And I should see "less than a minute ago" within "li.comment time"
@ -34,8 +34,8 @@ Feature: commenting
When I sign in as "bob@bob.bob"
And I am on the photo page for "alice@alice.alice"'s post "Look at this dog"
And I focus the comment field
And I fill in "Comment" with "hahahah"
And I press "Comment"
And I fill in "comment" with "hahahah"
And I press "comment"
Then I should see "hahaha" within "li.comment div.content"
And I should see "less than a minute ago" within "li.comment time"
@ -43,7 +43,7 @@ Feature: commenting
When I sign in as "alice@alice.alice"
And I am on the photo page for "alice@alice.alice"'s post "Look at this dog"
And I focus the comment field
And I fill in "Comment" with "hahahah"
And I press "Comment"
And I fill in "comment" with "hahahah"
And I press "comment"
Then I should see "hahaha" within "li.comment div.content"
And I should see "less than a minute ago" within "li.comment time"