Apply suggestions from code review

This commit is contained in:
David Cook
2025-10-08 14:15:56 +11:00
committed by GitHub
parent 5b383237ea
commit 60ee33053d
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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 },