making this feature fail because the publisher is not shown, by rendering this test in a browser

This commit is contained in:
maxwell 2011-02-01 10:09:50 -08:00
parent 9600378178
commit 2c3ed2ab73

View file

@ -3,6 +3,7 @@ Feature: posting
As a rock star
I want to tell the world I am eating a yogurt
@javascript
Scenario: post to all aspects
Given I am signed in
And I have an aspect called "Family"
@ -36,8 +37,7 @@ Feature: posting
And I am on the home page
When I follow "PostTo"
And I fill in "status_message_message" with "I am eating a yogurt"
And I press "Share"
And I press "Share"
And I follow "<aspect>"
Then I should <see> "I am eating a yogurt"