From e63d499fbd8bbeed4da6f67f5ddbbc93573deb73 Mon Sep 17 00:00:00 2001 From: Fabio Pitino Date: Mon, 17 Jun 2019 15:22:40 +0100 Subject: Ensure duplicate sections collapse --- spec/features/projects/jobs/user_browses_job_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/features') diff --git a/spec/features/projects/jobs/user_browses_job_spec.rb b/spec/features/projects/jobs/user_browses_job_spec.rb index 63b698fb855..90a46c66a1c 100644 --- a/spec/features/projects/jobs/user_browses_job_spec.rb +++ b/spec/features/projects/jobs/user_browses_job_spec.rb @@ -35,7 +35,7 @@ describe 'User browses a job', :js do end context 'when job trace contains sections' do - let!(:build) { create(:ci_build, :success, :trace_with_sections, :coverage, pipeline: pipeline) } + let!(:build) { create(:ci_build, :success, :trace_with_duplicate_sections, :coverage, pipeline: pipeline) } it 'collapses a section' do wait_for_requests -- cgit v1.2.1