Skip to content

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

What does this MR do?

This MR moves all the test from the features/project/snippets.feature spinach spec to an rspec analog.

Details

The I create new project snippet test is skipped because it has already been covered by https://gitlab.com/gitlab-org/gitlab-ce/blob/master/spec/features/projects/snippets/create_snippet_spec.rb#L27-38

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