making this feature fail because the publisher is not shown, by rendering this test in a browser
This commit is contained in:
parent
9600378178
commit
2c3ed2ab73
1 changed files with 2 additions and 2 deletions
|
|
@ -3,6 +3,7 @@ Feature: posting
|
||||||
As a rock star
|
As a rock star
|
||||||
I want to tell the world I am eating a yogurt
|
I want to tell the world I am eating a yogurt
|
||||||
|
|
||||||
|
@javascript
|
||||||
Scenario: post to all aspects
|
Scenario: post to all aspects
|
||||||
Given I am signed in
|
Given I am signed in
|
||||||
And I have an aspect called "Family"
|
And I have an aspect called "Family"
|
||||||
|
|
@ -36,8 +37,7 @@ Feature: posting
|
||||||
And I am on the home page
|
And I am on the home page
|
||||||
When I follow "PostTo"
|
When I follow "PostTo"
|
||||||
And I fill in "status_message_message" with "I am eating a yogurt"
|
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>"
|
And I follow "<aspect>"
|
||||||
Then I should <see> "I am eating a yogurt"
|
Then I should <see> "I am eating a yogurt"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue