Sha256: 3575231a3d18ed963d359887cf59f6c19e39230d5772502d13c6e675e8a89d05

Contents?: true

Size: 511 Bytes

Versions: 6

Compression:

Stored size: 511 Bytes

Contents

Feature: Create Pages
  Content Editors should be able to create pages from the sitemap in order to show content to their users.

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

  Scenario: Create Page
    Given I am adding a page to the root section
    And I fill in "Name" with "A New Page"
    And I fill in "Path" with "/my-new-page"
    And I select "Default" from "Template"
    And I click on "Save"
    Then I should see a page titled "A New Page"
    

Version data entries

6 entries across 6 versions & 1 rubygems

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