From 3143edfea6b71a6a26470e3f4a9cffa773f584ec Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Tue, 7 Apr 2015 08:58:12 -0700 Subject: Fix bug where Wiki pages that include a '/' were no longer accessible Closes #1363 --- features/project/wiki.feature | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'features/project') diff --git a/features/project/wiki.feature b/features/project/wiki.feature index 4a8c771ddac..977cd609a11 100644 --- a/features/project/wiki.feature +++ b/features/project/wiki.feature @@ -62,3 +62,27 @@ Feature: Project Wiki And I browse to wiki page with images And I click on image link Then I should see the new wiki page form + + @javascript + Scenario: New Wiki page that has a path + Given I create a New page with paths + And I click on the "Pages" button + Then I should see non-escaped link in the pages list + + @javascript + Scenario: Edit Wiki page that has a path + Given I create a New page with paths + And I click on the "Pages" button + And I edit the Wiki page with a path + Then I should see a non-escaped path + And I should see the Editing page + And I change the content + Then I should see the updated content + + @javascript + Scenario: View the page history of a Wiki page that has a path + Given I create a New page with paths + And I click on the "Pages" button + And I view the page history of a Wiki page that has a path + Then I should see a non-escaped path + And I should see the page history -- cgit v1.2.1