Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-05-30 18:18:18 +0300
committerJose <jvargas@gitlab.com>2018-06-01 19:41:42 +0300
commit7644edd8aae6d2959790f35302d3f0ec5767097d (patch)
treecf93b2c9b36332c3488a398d4e757cde2adfc275 /qa
parent43e08b1a38abdb552e4f3d4feee9a898b90d8db2 (diff)
Add partial for the build outputs
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