summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-05-30 10:18:18 -0500
committerJose <jvargas@gitlab.com>2018-06-01 11:41:42 -0500
commit7644edd8aae6d2959790f35302d3f0ec5767097d (patch)
treecf93b2c9b36332c3488a398d4e757cde2adfc275 /qa
parent43e08b1a38abdb552e4f3d4feee9a898b90d8db2 (diff)
downloadgitlab-ce-7644edd8aae6d2959790f35302d3f0ec5767097d.tar.gz
Add partial for the build outputsjivl-backport-scroll-utilities
Diffstat (limited to 'qa')
-rw-r--r--qa/qa/page/project/job/show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/page/project/job/show.rb b/qa/qa/page/project/job/show.rb
index 83bb224b5c3..f1a859fd8ee 100644
--- a/qa/qa/page/project/job/show.rb
+++ b/qa/qa/page/project/job/show.rb
@@ -4,7 +4,7 @@ module QA::Page
COMPLETED_STATUSES = %w[passed failed canceled blocked skipped manual].freeze # excludes created, pending, running
PASSED_STATUS = 'passed'.freeze
- view 'app/views/projects/jobs/show.html.haml' do
+ view 'app/views/shared/builds/_build_output.html.haml' do
element :build_output, '.js-build-output'
end