summaryrefslogtreecommitdiff
path: root/qa/qa/page/project/wiki/show.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/page/project/wiki/show.rb')
-rw-r--r--qa/qa/page/project/wiki/show.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/qa/page/project/wiki/show.rb b/qa/qa/page/project/wiki/show.rb
index c6b34ddc317..44619d177b1 100644
--- a/qa/qa/page/project/wiki/show.rb
+++ b/qa/qa/page/project/wiki/show.rb
@@ -7,11 +7,11 @@ module QA
class Show < Page::Base
include Page::Component::LegacyClonePanel
- view 'app/views/shared/wiki/_page_listing.html.haml' do
+ view 'app/views/projects/wikis/pages.html.haml' do
element :clone_repository_link, 'Clone repository' # rubocop:disable QA/ElementWithPattern
end
- view 'app/views/projects/wiki_pages/show.html.haml' do
+ view 'app/views/projects/wikis/show.html.haml' do
element :wiki_page_content
end