提交 b4e8e7ed 编写于 作者: S Shinya Maeda

Add feartue spec. Fix failed test

上级 aa91fdff
......@@ -349,6 +349,18 @@ describe 'Pipelines', :js do
it { expect(page).not_to have_selector('.build-artifacts') }
end
context 'with trace artifact' do
before do
create(:ci_build, :success, :trace_artifact, pipeline: pipeline)
visit_project_pipelines
end
it 'does not show trace artifact as artifacts'
expect(page).not_to have_selector('.build-artifacts')
end
end
end
context 'mini pipeline graph' do
......
......@@ -66,7 +66,7 @@ describe MigrateOldArtifacts do
end
it 'all files do have artifacts' do
Ci::Build.with_artifacts do |build|
Ci::Build.with_artifacts(:archive) do |build|
expect(build).to have_artifacts
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册