Add test for first post to be public
This commit is contained in:
parent
690bbd9db3
commit
44f712a2e6
1 changed files with 5 additions and 0 deletions
|
|
@ -37,6 +37,11 @@ Feature: new user registration
|
||||||
Then I should be on the stream page
|
Then I should be on the stream page
|
||||||
And I close the publisher
|
And I close the publisher
|
||||||
|
|
||||||
|
Scenario: first status message is public
|
||||||
|
When I confirm the alert after I follow "awesome_button"
|
||||||
|
Then I should be on the stream page
|
||||||
|
And I should see "Public" within ".aspect_dropdown"
|
||||||
|
|
||||||
Scenario: new user without any tags posts first status message
|
Scenario: new user without any tags posts first status message
|
||||||
When I confirm the alert after I follow "awesome_button"
|
When I confirm the alert after I follow "awesome_button"
|
||||||
Then I should be on the stream page
|
Then I should be on the stream page
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue