summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-03-14 16:54:15 +0900
committerShinya Maeda <shinya@gitlab.com>2018-03-15 18:04:17 +0900
commitc13887a1c219e8ff1a5134d7bd12529cfe656c77 (patch)
treed36aadbdf12c239e3978a7e3f5315647831eae46
parentb4e8e7ed3aab3a55a6a77b8c6473ad5fafb75ae6 (diff)
downloadgitlab-ce-c13887a1c219e8ff1a5134d7bd12529cfe656c77.tar.gz
Fix corrupted test
-rw-r--r--spec/features/projects/pipelines/pipelines_spec.rb2
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