Commit 03e0978c authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'group-wiki-diffing' into 'master'

Enable spec for diffing in group wikis

See merge request gitlab-org/gitlab!44334
parents 4c1368a9 e8a3b82e
......@@ -137,10 +137,6 @@ RSpec.shared_examples 'User views a wiki page' do
end
context 'show the diff' do
before do
skip('Diffing for group wikis will be implemented in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/42610') if wiki.container.is_a?(Group)
end
def expect_diff_links(commit)
diff_path = wiki_page_path(wiki, wiki_page, version_id: commit, action: :diff)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment