Sha256: 3674756a10a1fbab2a88e2ed1af611699e53f1e774e83aa53c209b79f49c45b9

Contents?: true

Size: 561 Bytes

Versions: 2

Compression:

Stored size: 561 Bytes

Contents

@website
Feature: SITE MAP
  In order to allow website visitors to see on overview of the entire site the website will
  provide a site map showing all content on the website

  Scenario: View Site Map
    Given the website has been populated with content based on the site map
    When I am on the site map page
    Then I should see a tree style list that contains all content

  Scenario: View Site Map XML
    Given the website has been populated with content based on the site map
    When I am on the site map xml page
    Then I should see a page of xml

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
noodall-ui-0.0.11 features/sitemap.feature
noodall-ui-0.0.10 features/sitemap.feature