Sha256: f1f6377cf7d6d8e0dac5908ab756fd8e63d5ff23434e733eb237d86725033435

Contents?: true

Size: 444 Bytes

Versions: 6

Compression:

Stored size: 444 Bytes

Contents

Feature: Manage Sections
  Content Editors should be able to create sections from the sitemap in order to organize site content.

  Background:
    Given the cms database is populated
    And I am logged in as a Content Editor

  Scenario: Create Section
    Given I am adding a section to the root section
    When I create a public section
    Then I should see a page titled "Sitemap"
    And the new section should be accessible to everyone

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
browsercms-3.4.2 features/manage_sections.feature
browsercms-3.4.2.rc1 features/manage_sections.feature
browsercms-3.4.1 features/manage_sections.feature
browsercms-3.4.0 features/manage_sections.feature
browsercms-3.4.0.rc2 features/manage_sections.feature
browsercms-3.4.0.rc1 features/manage_sections.feature