mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
9 lines
277 B
Gherkin
9 lines
277 B
Gherkin
@javascript @wip
|
|
Feature: posting a message
|
|
|
|
Scenario: public messages
|
|
Given I am signed in
|
|
And I fill in "Post a message to all" with "ohai"
|
|
And I wait for the "Share" button to appear
|
|
And I press "Share"
|
|
Then I should see "ohai" in the main content area |