diff options
-rw-r--r-- | spec/features/projects/pipelines/pipelines_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/pipelines/pipelines_spec.rb b/spec/features/projects/pipelines/pipelines_spec.rb index 99135bfe89d..0e81c6c629a 100644 --- a/spec/features/projects/pipelines/pipelines_spec.rb +++ b/spec/features/projects/pipelines/pipelines_spec.rb @@ -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 |