Skip to content
Snippets Groups Projects
Commit 1ddfe8ca authored by Stan Hu's avatar Stan Hu
Browse files

Remove a few HTTP status checks as these are not supported in Selenium

parent f64f06f6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -198,7 +198,6 @@ feature 'Environment' do
end
 
it 'renders a correct environment folder' do
expect(page).to have_http_status(:ok)
expect(page).to have_content('Environments / staging-1.0')
end
end
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment