Sha256: e54b1573c3e24bec56046b12fcc62821ba3a7226b690a2525b28fae2063c21a6
Contents?: true
Size: 557 Bytes
Versions: 6
Compression:
Stored size: 557 Bytes
Contents
Feature: Manage Categories Content editors should be able to add/edit/delete categories from the user interface. Background: Given the cms database is populated And I am logged in as a Content Editor And the following Category Types exist: | name | | Product | Scenario: Add New Category Given I visit /cms/categories/new And I fill in "Name" with "T-Shirts" And I select "Product" from "Type" And I click on "Save" Then I should see a page titled "List Categories" And I should see "T-Shirts"
Version data entries
6 entries across 6 versions & 1 rubygems