mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Apply suggestions from code review
This commit is contained in:
@@ -6,7 +6,7 @@ RSpec.describe "DFC Permissions", feature: "cqcm-dev", vcr: true do
|
||||
let(:enterprise) { create(:enterprise) }
|
||||
|
||||
before do
|
||||
skip "Puffing Billy seems to make our rspec processes hand at the end."
|
||||
skip "Puffing Billy seems to make our rspec processes hang at the end."
|
||||
end
|
||||
|
||||
before do
|
||||
|
||||
@@ -4,7 +4,7 @@ require 'system_helper'
|
||||
|
||||
RSpec.describe "Testing external scripts loaded in the browser" do
|
||||
before do
|
||||
skip "Puffing Billy seems to make our rspec processes hand at the end."
|
||||
skip "Puffing Billy seems to make our rspec processes hang at the end."
|
||||
end
|
||||
|
||||
it "loads a website", :vcr do
|
||||
|
||||
@@ -32,7 +32,7 @@ Capybara.register_driver(:cuprite_ofn) do |app|
|
||||
inspector: true,
|
||||
headless:,
|
||||
js_errors: true,
|
||||
# Puffing Billy seems to make our rspec processes hand at the end.
|
||||
# Puffing Billy seems to make our rspec processes hang at the end.
|
||||
# Deactivating for now.
|
||||
#
|
||||
# proxy: { host: Billy.proxy.host, port: Billy.proxy.port },
|
||||
|
||||
Reference in New Issue
Block a user