summaryrefslogtreecommitdiff
path: root/spec/features/projects/pipelines/pipelines_spec.rb
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-08-12 23:01:24 -0700
committerStan Hu <stanhu@gmail.com>2017-08-12 23:01:24 -0700
commit1ddfe8ca33ab2ccd7badc5ef52ea7d88da46b32f (patch)
tree59f72c6fefd434e12534982ce1053889c2f6c89b /spec/features/projects/pipelines/pipelines_spec.rb
parentf64f06f6516bea10a0ac738c21961db033daa978 (diff)
downloadgitlab-ce-1ddfe8ca33ab2ccd7badc5ef52ea7d88da46b32f.tar.gz
Remove a few HTTP status checks as these are not supported in Selenium
Diffstat (limited to 'spec/features/projects/pipelines/pipelines_spec.rb')
-rw-r--r--spec/features/projects/pipelines/pipelines_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/projects/pipelines/pipelines_spec.rb b/spec/features/projects/pipelines/pipelines_spec.rb
index 92479558553..b6a66a6d0c8 100644
--- a/spec/features/projects/pipelines/pipelines_spec.rb
+++ b/spec/features/projects/pipelines/pipelines_spec.rb
@@ -515,7 +515,6 @@ describe 'Pipelines', :js do
let(:project) { create(:project, :public, :repository) }
it { expect(page).to have_content 'Build with confidence' }
- it { expect(page).to have_http_status(:success) }
end
context 'when project is private' do