11 lines
249 B
Gherkin
11 lines
249 B
Gherkin
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 am an authenticated user
|
|
|
|
|