skip a test requiring headless firefox capybara driver

This commit is contained in:
Jamie Macey 2020-10-12 13:37:57 -07:00
parent 27b015b3d2
commit 08b1678e53

View File

@ -3,6 +3,7 @@ require 'rails_helper'
RSpec.feature 'swagger-ui', js: true do
scenario 'browsing api-docs' do
skip "Needs work to run on others' machines"
visit '/api-docs'
expect(page).to have_content('GET /blogs Searches blogs', normalize_ws: true)