Sha256: 955cc8d8db56d06fa6b5fd3fbdb1430e4f3d30a91e695df9081cf4c3d42a1edb

Contents?: true

Size: 667 Bytes

Versions: 6

Compression:

Stored size: 667 Bytes

Contents

Feature: Sitemap
  In order to see the structure of a site, and add new pages/sections, content editors should be able to see a sitemap
  showing content pages and sections.

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

  Scenario: View as Admin
    Given there are some additional pages and sections
    When I request /cms/sitemap
    Then I should see a page titled "Sitemap"
    And I should see the stock CMS pages
    And I should see the new pages and sections

  Scenario: Verify Editable Sections
    # Given there are some restricted sections and pages
    # Verify that I can edit some, but not others.

Version data entries

6 entries across 6 versions & 1 rubygems

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