Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-08-13 09:01:24 +0300
committerStan Hu <stanhu@gmail.com>2017-08-13 09:01:24 +0300
commit1ddfe8ca33ab2ccd7badc5ef52ea7d88da46b32f (patch)
tree59f72c6fefd434e12534982ce1053889c2f6c89b /spec/features/projects/pipelines
parentf64f06f6516bea10a0ac738c21961db033daa978 (diff)
Remove a few HTTP status checks as these are not supported in Selenium
Diffstat (limited to 'spec/features/projects/pipelines')
-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