diaspora/features/trumpeter.feature
2012-03-27 14:51:40 -07:00

12 lines
354 B
Gherkin

@javascript
Feature: Creating a new post
Background:
Given a user with username "bob"
And I sign in as "bob@bob.bob"
Scenario: Posting a public message
When I trumpet
And I write "Rectangles are awesome"
And I press "Share"
When I go to "/stream"
Then I should see "Rectangles are awesome" as the first post in my stream