Skip to content

features > visitor_browses_with_categories.feature

Dennis Walters edited this page May 8, 2015 · 3 revisions

Visitor browses with Categories

Feature: Visitor browses with Categories

  Background:
    Given I'm a Visitor
    And there are existing categorized Entries
    And there are existing uncategorized Entries

  Scenario: Uncategorized Entries are present on the homepage
    When I go to the homepage
    Then I see the uncategorized Entries

  Scenario: Only Categories with Entries are present in the available list
    When I go to the homepage
    Then I see a list of available Categories
    And the list contains Categories with linked Entries
    But the list excludes Categories without linked Entries

  Scenario: Viewing the Entries in a Category


  • Uncategorized Entries are present on the homepage
  • Ess Macbook - May 08, 2015, 1:22 PM