Skip to content

Replace 'project/wiki.feature' spinach test with an rspec analog

What does this MR do?

  1. This MR moves all the test from the features/project/wiki.feature spinach spec to an rspec analog.
  2. This MR refactors existing specs which are related to wiki specs.

Details

Scenario: Add new page is skipped since it is already covered by https://gitlab.com/gitlab-org/gitlab-ce/blob/9-5-stable/spec/features/projects/wiki/user_creates_wiki_page_spec.rb#L25-33

Why was this MR needed?

This is a part of the spinach removal campaign.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#23036 (moved)

Edited by username-removed-86853

Merge request reports