Fix corrupted test

This commit is contained in:
Shinya Maeda 2018-03-14 16:54:15 +09:00
parent b4e8e7ed3a
commit c13887a1c2
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ describe 'Pipelines', :js do
visit_project_pipelines
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')
end
end