Feature: Serving pages from front-end In order to view the website content properly a visitor wants to see archive enhancements Scenario: Archive page basic rendering Given I am logged in as "existing" When I edit the "archive" page And I fill in the "body" content with the text """
Thanks for reading!
""" And I press "Save Changes" And I visit the "archive" page Then the page should render """Thanks for reading!
""" Scenario: Archive Monthly Index children rendering Given I am logged in as "existing" When I edit the "month_index" page And I fill in the "body" content with the text """Thanks for reading the Monthly Archive!
""" And I press "Save Changes" And I visit "/archive/2000/01/" Then the page should render """Thanks for reading the Monthly Archive!
"""