diaspora/features/manages_aspects.feature
2010-12-20 18:45:23 -08:00

15 lines
517 B
Gherkin

@aspects @javascript
Feature: User manages aspects
In order to share with a limited group
As a User
I want to create new aspects
Scenario: creating an aspect
Given I am signed in
When I follow "Home" in the header
And I follow "manage aspects"
And I click '+ Add a new aspect'
And I fill in "Name" with "Dorm Mates" in the modal window
And I press "Create" in the modal window
Then I should see "Dorm Mates" in the header
And I should see "Your aspect 'Dorm Mates' is empty."