Sha256: e62d6b8764b72a2107cd974283e5ac15ecadbcd28fbe8b9badec34d87e3976ce
Contents?: true
Size: 1.52 KB
Versions: 4
Compression:
Stored size: 1.52 KB
Contents
@refinerycms @pages @pages-visit @visit-pages Feature: Visit Pages In order to view the content on this website As a visitor I want to view pages Background: Given A Refinery user exists And I have a page titled "Home" with a custom url "/" And I have a page titled "About" And I have a page titled "ä ö ü spéciål chåråctÉrs" And I have a page titled "Hidden" And the page titled "Hidden" is a child of Home And the page titled "Hidden" is not shown in the menu Scenario: Home Page When I go to the home page Then I should see "Home" And I should see "About" And I should see "Home" within ".selected" Scenario: Content Page When I go to the page titled "About" Then I should see "Home" And I should see "About" And I should see "About" within ".selected > a" Scenario: Special Characters Title When I go to the page titled "ä ö ü spéciål chåråctÉrs" Then I should see "Home" And I should see "About" And I should see "ä ö ü spéciål chåråctÉrs" Scenario: Special Characters Title as submenu page Given the page titled "ä ö ü spéciål chåråctÉrs" is a child of About When I go to the page titled "ä ö ü spéciål chåråctÉrs" Then I should see "Home" And I should see "About" And I should see "ä ö ü spéciål chåråctÉrs" Scenario: Hidden Page When I go to the page titled "Hidden" Then I should see "Home" And I should see "About" And I should see "Home" within ".selected > a"
Version data entries
4 entries across 4 versions & 1 rubygems