engine/features/admin/contents.feature

17 lines
436 B
Gherkin
Raw Normal View History

2011-05-24 19:23:05 +00:00
Feature: Manage Contents
In order to manage instances from custom content types
As an administrator
I want to add/edit/delete custom contents of my site
Background:
Given I have the site: "test site" set up
And I have a custom project model
And I am an authenticated user
Scenario: Adding a new entry
When I go to the "Projects" model edition page
And I follow "new item"
Then I should see "Projects new item"
2011-05-24 19:23:05 +00:00