Sha256: fca293badc037131d1fe99e4de5b1f2fe67e6b59cd307e8306293faa10b4e546
Contents?: true
Size: 679 Bytes
Versions: 6
Compression:
Stored size: 679 Bytes
Contents
Feature: Manage Redirects In order to avoid breaking links to old sites, admins should be able to create redirects between arbitrary paths in the CMS. Background: Given the cms database is populated And I am logged in as a Content Editor Scenario: Create Redirect When I view the Redirects page Then I should see a page titled "List Redirects" When I click on "Add" Then I should see a page titled "New Redirect" When create a Redirect with the following: | from | to | | /path-a | /path-b | Then I should see a page titled "List Redirects" And I should see the following content: | /path-a | | /path-b |
Version data entries
6 entries across 6 versions & 1 rubygems