diff options
author | Mike Greiling <mike@pixelcog.com> | 2016-11-15 11:32:57 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2016-11-30 15:22:43 -0600 |
commit | e069875e80117020eea5bfe1b06f1a5bf868ffc9 (patch) | |
tree | 5bddae55224d8c59f1801295bb5a3af619539664 /features/project | |
parent | 952bdfae52b5843e3265ad672750765a57c5bc9b (diff) | |
download | gitlab-ce-e069875e80117020eea5bfe1b06f1a5bf868ffc9.tar.gz |
fix tests broken by new wiki page design
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/wiki.feature | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/features/project/wiki.feature b/features/project/wiki.feature index 63ce3ccb536..a04228de03b 100644 --- a/features/project/wiki.feature +++ b/features/project/wiki.feature @@ -49,7 +49,6 @@ Feature: Project Wiki Scenario: View all pages Given I have an existing wiki page And I browse to that Wiki page - And I click on the "Pages" button Then I should see the existing page in the pages list Scenario: File exists in wiki repo @@ -72,13 +71,11 @@ Feature: Project Wiki @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 @@ -88,7 +85,6 @@ Feature: Project Wiki @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 @@ -96,7 +92,6 @@ Feature: Project Wiki @javascript Scenario: View an old page version of a Wiki page 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 |