Commit c13887a1 authored by Shinya Maeda's avatar Shinya Maeda

Fix corrupted test

parent b4e8e7ed
...@@ -357,7 +357,7 @@ describe 'Pipelines', :js do ...@@ -357,7 +357,7 @@ describe 'Pipelines', :js do
visit_project_pipelines visit_project_pipelines
end end
it 'does not show trace artifact as artifacts' it 'does not show trace artifact as artifacts' do
expect(page).not_to have_selector('.build-artifacts') expect(page).not_to have_selector('.build-artifacts')
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment