Replace 'project/wiki.feature' spinach test with an rspec analog
What does this MR do?
- This MR moves all the test from the features/project/wiki.feature spinach spec to an rspec analog.
- 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?
-
Changelog entry added, if necessary -
Documentation created/updated -
API support added -
Tests added for this feature/bug - Review
-
Has been reviewed by UX -
Has been reviewed by Frontend -
Has been reviewed by Backend -
Has been reviewed by Database
-
-
Conform by the merge request performance guides -
Conform by the style guides -
Squashed related commits together
What are the relevant issue numbers?
Edited by username-removed-86853